avalanche for Cline
dev.avakit/avalanche
Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.
client:Cline
transport:stdio
runtime:npm
Install avalanche in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"avalanche": {
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs