Internet_search_MCP_server

nsundar14/Internet_search_MCP_server
★ 0 stars Python 🔍 Search Updated 2d ago
Internet search MCP server - This leverages the duckduckgo search
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": {
    "internet_search_mcp_": {
      "command": "uvx",
      "args": [
        "internet-search-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install internet-search-mcp-server