Productivity|AI / ML|UtilitiesJavaScript
claude-search-mcp
This MCP server provides web search capabilities using the Claude API.
N/A rating (0 reviews)0 installs49 GitHub stars
web searchClaude APIMCP server
Local ProcessRuns locally on your machine via stdio. Lower risk than remote servers.
The server allows LLMs to access up-to-date information from the web through a standardized interface. It supports domain filtering, configurable maximum results per search, and automatic configuration from the Claude Desktop config file.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"claude-search-mcp": {
"args": [
"-y",
"mcp-server-claude-search"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Reviews
Sign in to reviewLoading reviews...
Credentials
Store API keys for claude-search-mcp securely
Loading...