mcpbeat Sign in

Avalanche MCP Server

local only

Avalanche runs on your own machine — the client starts it, so there is no endpoint to ping. 130 installs a week from npm. Last commit 23 Jul 2026.

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

Installs per day peak 53 · avg 14 · +157% w/w
a month agotoday
130
Installs / week
npm · @avakit/mcp
12
Stars
0 open issues
23 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    if (opts.install) spawnSync(r.pm, ["install"], { cwd: targetDir, stdio: "inherit" });
  const dir = path.join(SUBNETS_DIR, name);
  "0x6080604052348015600e575f5ffd5b506113ed8061001c5f395ff3fe608060405234801561000f575f5ffd5b506004361061007a575f3560e01c80636352211e116100585780636352211e146100db57806370a082311461011b57806395d89b411461013a578063c87b56dd1461015f575f5ffd5b806306fdde031461007e5780631249c58b146100b…
Reads files and sends them to the network packages/studio/src/devnet.ts:9
import { existsSync, readdirSync, readFileSync } from "node:fs";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add avalanche -- npx -y @avakit/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "avalanche": {
      "args": [
        "-y",
        "@avakit/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.avalanche]
command = "npx"
args = ["-y", "@avakit/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "avalanche": {
      "args": [
        "-y",
        "@avakit/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "avalanche": {
      "args": [
        "-y",
        "@avakit/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Avalanche

same job, measured the same way
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Prefab
by prefabapp

List, create and deploy your Prefab project templates from any MCP agent.

36 installs/wk local only
JustDeploy
by justdeploy

Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent

answering
CPZAI
by cpz-lab-mcp

Build, backtest, and deploy quantitative trading strategies from your AI agent.

answering
Scalingo
by usefulapi

Manage Scalingo PaaS apps, deployments, containers, logs and env vars from your AI assistant.

21 tools answering
Vibedeploy
by vibedeploy

Deploy and host AI-built websites on EU infrastructure, straight from your AI agent.

39 tools answering
iz-tolk-mcp — Tolk Compiler for TON
by izzzzzi

Tolk smart contract compiler for TON — compile, check, and deploy from AI assistants

65 installs/wk local only
CloudeIDE
by cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

66 installs/wk local only

Avalanche — questions

Answers built from our own checks of this server.

Why is there no uptime for Avalanche?
Avalanche runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @avakit/mcp was installed 130 times last week.
How do I connect Avalanche?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @avakit/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Avalanche?
The npm package @avakit/mcp was installed 130 times in the last week. Week over week that is +157%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Avalanche open source?
Yes — it is published under the MIT licence, written in TypeScript and 12 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.