MCP
MCP Flutter
An MCP server paired with a Flutter toolkit for screenshots, widget tree inspection, and runtime error capture.
When to Use
The agent can see your running Flutter app: screenshots, widget trees, runtime errors.
Use Cases
- Using MCP Flutter, take a screenshot of the current screen and fix the overflow issue
- Inspect the widget tree and tell me why this Column isn't expanding
- Watch for runtime errors and fix them as they come up while I test
Installation
Setup
git clone https://github.com/Arenukvern/mcp_flutter && make install
Flutter side
flutter pub add mcp_toolkit
Run app
flutter run --debug --host-vmservice-port=8182 --dds-port=8181 --enable-vm-service --disable-service-auth-codes
Prerequisites
- Flutter SDK 3.0+
- Flutter app running in debug mode