web-search-mcp

vimuxx/web-search-mcp
★ 0 stars TypeScript 🔍 Search Updated today
Local mcp server for web search and content fetching
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "web-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "vimuxx/web-search-mcp"
      ]
    }
  }
}