flutter_inspector_mcp, a small MCP server from the Arenukvern/mcp_flutter project. Build it once per host; every Flutter project you wire with Roveflow then points at the same binary.
Prerequisites
git,make, and a working Dart SDK (Flutter 3.19+ ships one).
Build
make install compiles mcp_server_dart/build/flutter_inspector_mcp. Note the absolute path; .mcp.json will reference it.
Export the path
SetROVEFLOW_FLUTTER_INSPECTOR to the binary path, because roveflow init writes .mcp.json using env-var substitution by default:
~/.zshrc, ~/.bashrc) so future shells pick it up.
Verify
chmod +x).
Upgrade
The MCP protocol surface and themcp_toolkit Flutter package evolve together. When you bump mcp_toolkit in your app’s pubspec.yaml, git pull && make install inside the mcp_flutter checkout to keep the bridge in sync.
Next
Install the CLI
Activate
roveflow globally via dart pub.Quickstart
Wire Roveflow into a Flutter app and run your first smoke test.