a2asearch-mcp
A2ASearch MCP 服务器
10,752 个 AI 智能体、MCP 服务器、CLI 工具和智能体技能 — 可通过 Claude、Cursor 或任何 MCP 客户端在几秒钟内搜索到。
这是 AI 智能体生态系统中唯一的统一搜索引擎。一个包,涵盖了所有主要的 MCP 服务器、CLI 工具、编码智能体和智能体技能,均已索引并可搜索。
npx a2asearch-mcp -- playwright
# → Finds playwright MCP server, CLI tools, related agents为什么选择 A2ASearch?
MCP/智能体生态系统正在爆炸式增长。现在 GitHub、npm 和各种注册中心有数千种工具,但没有一个统一的地方可以找到它们。A2ASearch 将它们全部索引:
您在寻找什么 | A2ASearch 都有 |
用于 Claude/Cursor 的 MCP 服务器 | ✅ 已索引 2,000+ |
用于 LLM 工作流的 CLI 工具 | ✅ |
AI 编码智能体 (Codex, Claude Code 等) | ✅ |
智能体技能与插件 | ✅ |
A2A 协议智能体 | ✅ |
无需身份验证。无需 API 密钥。免费。
安装
Claude Desktop
添加到 ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}Cursor
添加到 .cursor/mcp.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}Windsurf
添加到 ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}Cline / Continue / OpenClaw
格式相同 — 添加到您的 MCP 配置文件中:
{
"mcpServers": {
"a2asearch": {
"command": "npx",
"args": ["-y", "a2asearch-mcp"]
}
}
}MCP 工具
search_agents
通过关键字搜索整个目录。
"Find MCP servers for browser automation"
"Search for AI agents that can do web research"
"Find CLI tools for working with LLMs"get_agent
获取特定智能体的详细信息,包括 README、功能和星标。
"Get details for playwright"
"Tell me about claude-code"
"Show me the mem0 agent"list_agents
按类型和排序顺序浏览热门智能体。
"List the top MCP servers by stars"
"Show me the newest AI coding agents"
"What are the top agent skills?"示例提示词
安装完成后,询问您的 AI 助手:
“搜索可以帮助我处理数据库的 MCP 服务器”
“目前最流行的 AI 编码智能体有哪些?”
“查找用于网页浏览的智能体技能”
“有 Notion 的 MCP 服务器吗?”
“获取 ollama 智能体的详细信息”
CLI 使用
不需要 MCP 服务器?直接使用 CLI:
# Install globally
npm install -g a2asearch-mcp
# Search by keyword
a2asearch playwright
a2asearch "web scraping"
a2asearch database
# Filter by type
a2asearch --type mcp database
a2asearch --type skill web-browsing
a2asearch --type cli llm
a2asearch --type agent coding
# Top agents by stars
a2asearch --type mcp --top
a2asearch --type agent --top
# Get full details
a2asearch --get ollama
a2asearch --get playwright
# Newest additions
a2asearch --new或者无需安装:
npx a2asearch-mcp -- playwright
npx a2asearch-mcp -- --type mcp database
npx a2asearch-mcp -- --get ollama智能体类型
类型 |
| 描述 |
MCP 服务器 |
| 模型上下文协议服务器 |
CLI 工具 |
| 用于 LLM 工作流的终端工具 |
AI 编码智能体 |
| 自主编码智能体 |
智能体技能 |
| AI 助手的插件和技能 |
A2A 智能体 |
| 智能体到智能体协议智能体 |
AI 工具 |
| 通用 AI 驱动工具 |
REST API
该 MCP 服务器封装了免费的 A2ASearch REST API。如果您愿意,可以直接使用它:
# Search
curl "https://a2asearch.ai/api/v1/agents?q=playwright"
# Get by slug
curl "https://a2asearch.ai/api/v1/agent/playwright"
# List by type
curl "https://a2asearch.ai/api/v1/agents?type=MCP+Server&sort=stars"无需身份验证。
提交工具
知道有什么遗漏的工具吗?提交它 →
该索引由社区维护。提交的内容会在 24-48 小时内审核并添加。
链接
🌐 a2asearch.ai — 浏览完整目录
📦 npm
🐛 问题反馈
许可证
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tadas-github/a2asearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server