unified-search-MCP-Server

cn-hash/unified-search-MCP-Server
★ 1 stars Python Search Updated today
这个MCP叫 unified-search,是一个搜索+逆向一体化的MCP Server。
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "unified-search-mcp-s": {
      "command": "uvx",
      "args": [
        "unified-search-mcp-server"
      ]
    }
  }
}

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