Flutter MCP Toolkit is a Model Context Protocol (MCP) server: Inspect and drive Flutter debug apps/games: semantic snapshots, search, and custom client tools. Because it speaks the Model Context Protocol, AI assistants can use Flutter MCP Toolkit as a set of callable tools instead of you copy-pasting between apps.
It runs locally: the Docker image ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0 speaks MCP over stdio on your machine. No credentials are required — it works out of the box. The current release is v5.1.0, published under the MIT license, with source at Arenukvern/mcp_flutter on GitHub, where it has earned 370 stars.
On mcp.site, Flutter MCP Toolkit sits in the AI & Agents category. Any MCP client can use it — Claude Desktop, Claude Code, Cursor, VS Code, Windsurf, Zed among them — via the install snippets below. If you maintain Flutter MCP Toolkit for Arenukvern, claim this listing to verify ownership, earn the Verified badge, and keep the details current.
▸Docker image — ghcr.io/arenukvern/flutter-mcp-toolkit:5.1.0 · MCP over stdio
▸Open source — MIT license · Arenukvern/mcp_flutter