Skip to content

Flutter MCP Toolkit for Zed

io.github.arenukvern/flutter-mcp-toolkit

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

client:Zed transport:stdio runtime:oci

Install Flutter MCP Toolkit in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Flutter MCP Toolkit in other clients