avalanche for Cursor
dev.avakit/avalanche
Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.
client:Cursor
transport:stdio
runtime:npm
Install avalanche in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"avalanche": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@avakit/mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs