Home › Other › AvaKit

AvaKit

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

TypeScript
★ 12 stars Last pushed 2026-09-24 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.25)

npx -y @avakit/[email protected]

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry