Skip to content
Grok

avalanche for Grok

dev.avakit/avalanche

Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.

client:Grok transport:stdio runtime:npm

Install avalanche in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "avalanche": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@avakit/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

avalanche in other clients