MCP

MCP Flutter

An MCP server paired with a Flutter toolkit for screenshots, widget tree inspection, and runtime error capture.

Flutter 258 stars Updated today
View on GitHub

When to Use

The agent can see your running Flutter app: screenshots, widget trees, runtime errors.

Use Cases

  1. Using MCP Flutter, take a screenshot of the current screen and fix the overflow issue
  2. Inspect the widget tree and tell me why this Column isn't expanding
  3. 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

Related Tools

Explore More