Skip to content
Windsurf

avalanche for Windsurf

dev.avakit/avalanche

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

client:Windsurf transport:stdio runtime:npm

Install avalanche in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

avalanche in other clients