a2asearch-mcp
About
Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add a2asearch-mcp -- npx a2asearch-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"a2asearch-mcp","command":"npx","args":["a2asearch-mcp"]}'
JSON
{
"mcpServers": {
"a2asearch-mcp": {
"command": "npx",
"args": [
"a2asearch-mcp"
]
}
}
}