flutter-ultra-mcp

Bdaya-Dev/flutter-ultra-mcp
★ 0 stars TypeScript 💻 Code/Dev Tools Updated 2d ago
Flutter Ultra MCP plugin: 8 MCP servers + ultra_flutter Dart packages + skills, replacing marionette_mcp and dart mcp-server with full cross-platform Flutter automation for Claude Code.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "flutter-ultra-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "Bdaya-Dev/flutter-ultra-mcp"
      ]
    }
  }
}

README Excerpt

> Durable cross-platform Flutter automation for Claude Code — 8 specialized MCP servers, an in-app Dart mixin binding, and an optional DevTools panel. Replaces `marionette_mcp` and the official `dart mcp-server` with a crash-resilient multi-process architecture. A monolithic Flutter MCP server crashes badly: a malformed `pubspec.yaml` or a flaky AT-SPI binding takes down hot reload, gestures, browser, **and** native automation. We split the surface across **8 MCP servers** so a Linux AT-SPI regr