AutropicAI——MCP服务器发现
一个MCP服务器可以找到所有这些。
在不离开AI助手的情况下查找并安装MCP服务器。问你需要什么工具,用准备粘贴的配置得到答案。
为什么?
- 代币高效 --一次工具调用,而不是加载100个工具描述
- 始终为最新 --我们索引了100多台MCP服务器,并且还在不断增长
- 一键配置 --返回准备粘贴Claude Desktop配置
快速安装
添加到您的 claude_desktop_config.json:
{
"mcpServers": {
"autropicai": {
"command": "npx",
"args": ["-y", "github:tlkc888-Jenkins/autropicai-mcp"]
}
}
}重新启动克劳德桌面。完成。
用法
对于代理商
问问克劳德:
- “我需要发送电子邮件,给我找一个MCP服务器”
- “哪些MCP服务器可用于数据库?”
- “如何安装Slack MCP服务器?”
可用工具
find_mcp_server
为特定任务查找MCP服务器。
Input: { "task": "send emails" }
Output: Server details + install configlist_mcp_servers
按类别浏览可用服务器。
Input: { "category": "communication" }
Output: List of matching serversget_mcp_server_details
获取特定服务器的完整详细信息。
Input: { "slug": "slack" }
Output: Full details + install config示例
你: “我需要查询PostgreSQL数据库”
克劳德(使用AutropicAI):
## PostgreSQL
Read-only database access with schema inspection
**Install:** `npx @modelcontextprotocol/server-postgres`
**Claude Desktop Config:**
{
"postgres": {
"command": "npx",
"args": ["@modelcontextprotocol/server-postgres"]
}
}分类
data-files--数据库、文件系统、云存储developer-tools--Git、CI/CD、代码分析communication--电子邮件、Slack、Discord、消息传递productivity--日历、笔记、任务管理web-browser--报废、搜索、自动化ai-ml--模型API、嵌入、推理finance--支付、银行、加密货币infrastructure--云、容器、监控
链接
- 目录: https://tryautropic.com
- github: https://github.com/tlkc888-Jenkins/autropicai-mcp
许可证
麻省理工学院 - Autropic Pty Ltd
