Flutter MCP Toolkit

_Inspect and drive a running Flutter app from your AI assistant._ 📖 Docs: docs.page/arenukvern/mcp_flutter 🤝 Contribute: guide · contributors · code of conduct · security

People who work with dart, flutter and dynamic tools and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Dart.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 375 · #20 OF 43 MAINTAINED GAMING · VERIFIED 2026-09-18

MIT · Dart · how we verify → /methodology

01 · Install Flutter MCP Toolkit

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "arenukvern-mcp_flutter": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license MIT - declared in the repository

registry namespace io.github.Arenukvern is GitHub-verified and matches the repo owner

03 · What Flutter MCP Toolkit can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Limitations (from the README)

Dump RPC methods (like dump_render_tree) can produce huge token output and are disabled by default. Enable with --dumps. See mcp_server_dart README for the full flag surface.

Latest releases

v5.1.0 · 2026-08-23

5.1.0 (2026-08-23) · logo · address second review round on mcp-registry checks · harden mcp-registry checks per review · ADR 0013 - MCP Registry publish hardening + fmt.check.mcp-registry gate · ADR 0013 - MCP Registry…

v5.0.4 · 2026-08-23

5.0.4 (2026-08-23) · mcp-registry: drop registryBaseUrl from OCI package entry · mcp-registry: drop registryBaseUrl from OCI package entry

v5.0.3 · 2026-08-23

5.0.3 (2026-08-23) · mcp-registry: resolve deps inside pinned image, drop lockfile enforcement · mcp-registry: resolve deps inside pinned image, drop lockfile enforcement

04 · Who maintains Flutter MCP Toolkit

Flutter MCP Toolkit is maintained by arenukvern. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
gaming - ranked #20 of 43 actively-maintained gaming servers as of 2026-09-18.
release cadence
6 releases in the last 90 days (latest 2026-08-23)
registry
io.github.Arenukvern/flutter-mcp-toolkit (active, first published 2026-08-23 · 2 versions)
packages
oci:ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0

06 · Flutter MCP Toolkit FAQ

What is Flutter MCP Toolkit?

_Inspect and drive a running Flutter app from your AI assistant._ 📖 Docs: docs.page/arenukvern/mcp_flutter 🤝 Contribute: guide · contributors · code of conduct · security

Is Flutter MCP Toolkit still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 6 releases in the last 90 days. We re-verify nightly.

How do I install Flutter MCP Toolkit?

Run `docker run -i --rm ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0`. You can also paste the ready-made client config above.

07 · Alternatives to Flutter MCP Toolkit