WebSearch-MCP

mnhlt/WebSearch-MCP
★ 32 stars JavaScript 🔍 Search Updated 23d ago
[Self-hosted] A Model Context Protocol (MCP) server implementation that provides a web search capability over stdio transport. This server integrates with a WebSearch Crawler API to retrieve search results.
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": {
    "websearch-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mnhlt/WebSearch-MCP"
      ]
    }
  }
}

Topics

internet-access-llmwebsearch