探索
Model Context Protocol
MCP 提供商
将你的 AI 工具连接到强大的 MCP 服务。浏览可用提供商,按照接入指南快速上手。
MCP 标准协议
基于开放的 Model Context Protocol 标准,兼容 Claude、Cursor 等主流 AI 客户端。
灵活授权
支持系统 API Key 和用户自带 Key 两种模式,访问权限由管理员统一管控。
丰富工具集
每个提供商暴露一组工具,AI 可直接调用来完成真实世界的任务。
可用提供商
API 参考
你也可以通过公开 API 端点以编程方式获取提供商列表。
http
GET /api/mcp-providers HTTP/1.1
Host: <your-server>
# Response
{
"success": true,
"data": [
{
"id": "...",
"name": "My MCP Provider",
"serverUrl": "/api/mcp/{owner}/{repo}",
"transportType": "streamable_http",
"requiresApiKey": true
}
]
}