by Arenukvern
MCP server and MCP Toolkit for Flutter and Dart VM - supports dynamic tooling
# Add to your Claude Code skills
git clone https://github.com/Arenukvern/mcp_flutterFor AI-Powered Development
</div> <a href="https://glama.ai/mcp/servers/qnu3f0fa20"> <img width="380" height="200" src="https://glama.ai/mcp/servers/qnu3f0fa20/badge" alt="Flutter Inspector Server MCP server" /> </a>🔍 Model Context Protocol (MCP) server that connects your Flutter apps with AI coding assistants like Cursor, Claude, Cline, Windsurf, RooCode or any other AI assistant that supports MCP server
<!-- Media -->
[!NOTE] There is official MCP Server for Flutter from Flutter team which exposes Dart tooling.
The main goal of this project is to bring power of MCP server tools by creating them in Flutter app, using dynamic MCP tools registration . See how it works in short YouTube video. See for more details. See behind the idea.
Also, secondary goal is to stabilize and polish tools which are useful in development (so it would be specifically targeted for AI Assistants, for example: it will return not only the errors, but prompt for AI how to work with that error) see more in MCP_RPC_DESCRIPTION.md
Please share your feedback, ideas and suggestions in issues!
Hope it will be useful for you,
Have a nice day!
Major Difference of this MCP server from official Dart MCP Server:
BREAKING CHANGES:
Dart SDK updated to 3.10.0 with all dependencies updated to the latest versions
now VM service auto-reconnect when Flutter app restarts. Huge thank you to @jkitching for PR! https://github.com/Arenukvern/mcp_flutter/pull/73
dockerfile for MCP Server...