a2asearch mcp for Cursor
io.github.tadas-github/a2asearch-mcp
Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.
client:Cursor
transport:stdio
runtime:npm
Install a2asearch mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"a2asearch-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"a2asearch-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs