Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @avakit/mcp
MCP client config
{
"mcpServers": {
"avakit": {
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}