flutter_pilotkit_mcp 1.0.6 copy "flutter_pilotkit_mcp: ^1.0.6" to clipboard
flutter_pilotkit_mcp: ^1.0.6 copied to clipboard

MCP server for inspecting and controlling running Flutter apps through Flutter PilotKit.

flutter_pilotkit_mcp #

MCP server for Flutter PilotKit.

This package exposes a running Flutter app to MCP clients through tools backed by PilotKit VM Service extensions.

Run #

dart run bin/flutter_pilotkit_mcp.dart

Optional flags:

dart run bin/flutter_pilotkit_mcp.dart --help
dart run bin/flutter_pilotkit_mcp.dart --version
dart run bin/flutter_pilotkit_mcp.dart --log-level FINE
dart run bin/flutter_pilotkit_mcp.dart --sse-port 8765

MCP Flow #

  1. Run a Flutter app with flutter_pilotkit_claw installed.
  2. Copy the Flutter VM Service WebSocket URI.
  3. Start this MCP server.
  4. Call the connect tool with the URI.
  5. Use tools such as get_element_tree, tap, enter_text, take_screenshots, and get_logs.

Example Client Configuration #

{
  "mcpServers": {
    "flutter-pilotkit": {
      "command": "dart",
      "args": ["run", "bin/flutter_pilotkit_mcp.dart"],
      "cwd": "packages/flutter_pilotkit_mcp"
    }
  }
}

See the repository README for full setup and security notes.

0
likes
130
points
23
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

MCP server for inspecting and controlling running Flutter apps through Flutter PilotKit.

Repository (GitHub)
View/report issues
Contributing

Topics

#flutter #mcp #ai #flutter-pilotkit

License

unknown (license)

Dependencies

args, logging, mcp_dart, vm_service

More

Packages that depend on flutter_pilotkit_mcp