Skip to content
Claude Desktop

avalanche for Claude Desktop

dev.avakit/avalanche

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

client:Claude Desktop transport:stdio runtime:npm

Install avalanche in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "avalanche": {
      "command": "npx",
      "args": [
        "-y",
        "@avakit/mcp"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

avalanche in other clients