Skip to content
VS Code

a2asearch mcp for VS Code

io.github.tadas-github/a2asearch-mcp

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

client:VS Code transport:stdio runtime:npm

Install a2asearch mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "a2asearch-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "a2asearch-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

a2asearch mcp in other clients