AvaKit
Rank #14,329dev.avakit/avalanche
Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.
AvaKit is a Model Context Protocol (MCP) server published by mericcintosun. It ranks #14,329 of 132,113 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. AvaKit is listed on Official MCP, with 1 tracked version. It was first listed on Jul 15, 2026 and most recently updated on Jul 15, 2026.
Ranks ahead of 117,784 of 132,113 servers on MCP Toplist.
Use AvaKit
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add avalanche -- npx -y @avakit/mcp[mcp_servers.avalanche]
command = "npx"
args = ["-y", "@avakit/mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"avalanche": {
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"avalanche": {
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"avalanche": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"avalanche": {
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"avalanche": {
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/dev.avakit%2Favalanche)<a href="https://mcptoplist.com/server/dev.avakit%2Favalanche"><img src="https://mcptoplist.com/badge/dev.avakit%2Favalanche.svg" alt="MCP Toplist: Top 25% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
mericcintosun
Available versions (1)
| Version | Published |
|---|---|
| 0.1.25 | Jul 15, 2026 |
Frequently asked questions
- Who maintains AvaKit?
- AvaKit is maintained by mericcintosun, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is AvaKit listed on the Official MCP Registry?
- Yes — AvaKit is listed on the Official MCP Registry.
- How many versions does AvaKit have?
- MCP Toplist tracks 1 version of AvaKit, most recently published on Jul 15, 2026.
- Where can I find the source code for AvaKit?
- The source code for AvaKit is hosted at github.com/mericcintosun/AvaKit.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.