Skip to content
VS Code

Flutter MCP Toolkit for VS Code

io.github.arenukvern/flutter-mcp-toolkit

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

client:VS Code transport:stdio runtime:oci

Install Flutter MCP Toolkit in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Flutter MCP Toolkit in other clients