MCP查找服务器
](https://smithery.ai/server/@yiye/mcp-finder-server)
模型上下文协议(MCP)服务器,允许AI模型搜索中列出的其他MCP服务器实现 很棒的mcp服务器 存储库。
特性
- 按名称、描述或标签搜索MCP服务器
- 按特定标签(如编程语言、操作系统兼容性)过滤MCP服务器
- 限制返回的结果数量
安装
通过Smithery安装
通过以下方式自动安装Claude Desktop的mcp查找器服务器 史密瑟里:
npx -y @smithery/cli install @yiye/mcp-finder-server --client claude手动安装
- 克隆此存储库
- 安装依赖项:
npm install用法
构建服务器
npm run build运行服务器
npm start开发模式
npm run dev工具:查找mcp服务器
服务器提供了一个名为 find-mcp-servers 具有以下参数:
search(可选):在服务器名称、描述或标签中搜索的文本tag(可选):按标签筛选服务器(例如,“数据库”、“🐍', '🏠')limit(可选,默认值为10):返回的最大结果数
标签含义
- 🐍 – Python代码库
- 📇 – TypeScript代码库
- 🏎️ – Go codebase
- 🦀 – Rust代码库
- #️⃣ - C# Codebase
- ☕ - Java代码库
- ☁️ - 云服务
- 🏠 - 本地服务
- 📟 - 嵌入式系统
- 🍎 – 适用于macOS
- 🪟 – 对于Windows
- 🐧 - 对于Linux
示例响应
Found 3 MCP servers:
Name: firebase/genkit
URL: https://github.com/firebase/genkit
Tags: 📇, Frameworks
Description: – Provides integration between [Genkit](https://github.com/firebase/genkit/tree/main) and the Model Context Protocol (MCP).
---
Name: lastmile-ai/mcp-agent
URL: https://github.com/lastmile-ai/mcp-agent
Tags: 🤖, 🔌, Frameworks
Description: - Build effective agents with MCP servers using simple, composable patterns.
---
Name: LiteMCP
URL: https://github.com/wong2/litemcp
Tags: 📇, Frameworks
Description: - A high-level framework for building MCP servers in JavaScript/TypeScript
---许可证
国际协调委员会
