HomeOther › Flutter MCP Toolkit

Flutter MCP Toolkit

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

Dart
★ 378 stars Last pushed 2026-09-23 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0

Or add to your MCP client config:

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

Related servers

Data from the Official MCP Registry