Skip to content
Cursor

Flutter MCP Toolkit for Cursor

io.github.arenukvern/flutter-mcp-toolkit

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

client:Cursor transport:stdio runtime:oci

Install Flutter MCP Toolkit in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Flutter MCP Toolkit in other clients