feat: add Multi-Source Media MCP server

This commit is contained in:
Decade-qiu 2025-10-30 23:45:37 +08:00
parent 9251594e21
commit 36cf5321a6

View File

@ -390,6 +390,7 @@ MCP 客户端是 AI 的“操作台”,以下是几个热门选择:
| [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. |
| [Multi-Source Media MCP Server (M3S)](https://github.com/Decade-qiu/Multi-Source-Media-MCP-Server) | 多源媒体聚合与生成,统一访问 Unsplash/Pexels、Web 爬取媒体,支持多后端 AI 图像生成以及全网图片爬虫。 | 原生 Go ✨,本地运行 🏠,支持多平台媒体 API 和 AI 图像生成、爬虫扩展。 |
---