Odel
AvaKit

AvaKit

Local
@mericcintosun12TypeScriptMITUpdated 4 days ago

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).

npm@avakit/mcpv0.1.25

Run

npx -y @avakit/mcp

MCP client config

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