Merge pull request #9 from Aas-ee/main

feat: add open-webSearch mcp
This commit is contained in:
云中江树 2025-10-01 08:09:44 +08:00 committed by GitHub
commit f7122419b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -388,6 +388,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server) | 提供 DuckDuckGo 搜索功能的基于 TypeScript 的 MCP 服务器。 | 社区实现, TypeScript 开发 📇, 本地/云端 🏠☁️, DuckDuckGo 搜索 (TypeScript)。 |
| [mcp-local-rag](https://github.com/nkapila6/mcp-local-rag) | 本地运行的 RAG 式网页搜索,使用 MediaPipe Embedder 和 DuckDuckGo。 | 社区实现, Python 开发, 本地 RAG 搜索 (无需 API Key)。 |
| [douyin-mcp-server](https://github.com/yzfly/douyin-mcp-server) | 提取抖音无水印视频链接视频文案douyin-mcp-server | 社区实现, Python 开发, API 默认使用 [SiliconFlow API](https://cloud.siliconflow.cn/i/TxUlXG3u) |
| [Aas-ee/open-webSearch](https://github.com/Aas-ee/open-webSearch) | 一个基于多引擎搜索结果的模型上下文协议(MCP)服务器支持免费网络搜索无需API密钥。 | 社区实现, TypeScript 开发 📇, 本地运行 🏠, 云服务 ☁️ , 支持 Bing, Baidu, DuckDuckGo, Brave, Exa, Github, and CSDN. |
---