Skip to content
Windsurf

Flutter MCP Toolkit for Windsurf

io.github.arenukvern/flutter-mcp-toolkit

Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools

client:Windsurf transport:stdio runtime:oci

Install Flutter MCP Toolkit in Windsurf

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

{
  "mcpServers": {
    "flutter-mcp-toolkit": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0"
      ]
    }
  }
}

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

Flutter MCP Toolkit in other clients