Back to directory
fengin/search-server

fengin/search-server

@fengin

一个基于MCP协议的搜索服务实现,提供网络搜索和本地搜索功能,Cursor和Claude Desktop能与之无缝集成。

searchmcpbrave-searchmetasobochapythoncursorclaude-desktopcontext

Installation & Configuration

{
  "mcpServers": {
    "search": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/search-server",
        "run",
        "search"
      ],
      "env": {
        "BRAVE_API_KEY": "YOUR_BRAVE_API_KEY"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/14
Updated
2026/6/15