WebSearchMCPServer

Kvmyk/WebSearchMCPServer
★ 1 stars Python 🔍 Search Updated 3mo ago
Simple, MCP server for web search in local LLMs usage.
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": {
    "websearchmcpserver": {
      "command": "uvx",
      "args": [
        "websearchmcpserver"
      ]
    }
  }
}

Or install with pip: pip install websearchmcpserver