A MCP server with simple goal to debug Flutter apps by giving ability to AI coding assistants (Cline, Cursor, Claude etc..) tools to do analysis of widget trees, navigation, and layout issues. See https://github.com/Arenukvern/mcp_flutter/blob/main/ARCHITECTURE.md to understand how it works
Tools
get_active_ports
Utility: Get list of ports where Flutter/Dart processes are listening. This is a local utility, not a Flutter RPC method.
get_supported_protocols
Utility: Get supported protocols from a Flutter app. This is a VM service method, not a Flutter RPC. Connects to the default Flutter debug port (8181) unless specified otherwise.
get_vm_info
Utility: Get VM information from a Flutter app. This is a VM service method, not a Flutter RPC. Connects to the default Flutter debug port (8181) unless specified otherwise.
get_extension_rpcs
Utility: List all available extension RPCs in the Flutter app. This is a helper tool for discovering available methods.
Installation
Login to configure client