Skip to content
Grok

a2asearch mcp for Grok

io.github.tadas-github/a2asearch-mcp

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

client:Grok transport:stdio runtime:npm

Install a2asearch mcp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

a2asearch mcp in other clients