MCP Directory
Back

search-server

by fengin · Python · ★ 77

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

Install

pip install git+https://github.com/fengin/search-server.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "search-server": {
      "command": "uvx",
      "args": [
        "git+https://github.com/fengin/search-server.git"
      ]
    }
  }
}

From the README

一个基于MCP协议的搜索服务实现,提供多种搜索引擎支持,Cursor和Claude Desktop能与之无缝集成。 使用Python开发,支持异步处理和高并发请求,目前支持三种搜索引擎选择: - Brave Search :国外一家专业提供搜索接口服务产品 - 秘塔(Metaso)搜索:秘塔AI搜索的逆向实现接口,非官方接口 - 博查(bocha)搜索:国内Search API市场占有率最高的搜索API产品 更多MCP知识,见AI全书([ 一文看懂什么是MCP(大模型上下文)?用来干什么的?怎么用它?](https://aibook.ren/archives/mcp-course)) **作者**: 凌封(微信fengin) **网址**:[https://aibook.ren]()(AI全书) - **多搜索引擎支持**: - Brave Search: 提供网络搜索和位置搜索 - Metaso搜索: 提供网络搜索和学术搜索,支持简洁和深入两种模式 - 博查搜索: 提供网络搜索,支持时间范围过滤、详细摘要和图片搜索 - **适用场景**: Claude Desktop或者Cursor无缝集成使用,大大扩展工具的内容获取能力 - **模块化设计**: 每个搜索引擎都是独立的模块,也可以单独拷出去其他地方使用 运行时只能生效一种搜索引擎,为了方便大家选…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related search servers