flutter-mcp-server

KevlarTheGreat/flutter-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Simple Flutter MCP Server for Claude and other Agentic Workflows. Allows hot restart / reload, etc.
View on GitHub → Try with Claude — $10 free →

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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "KevlarTheGreat/flutter-mcp-server"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server for Flutter development. Gives AI agents (Claude, etc.) the ability to start Flutter apps, hot reload and restart them, stream logs, list devices, and call the Dart VM Service — all without leaving the chat. **Zero external dependencies.** Runs directly with Node.js 22+. No `npm install`, no build step.

Tools (10)

PATHflutter_get_logsflutter_hot_reloadflutter_hot_restartflutter_list_devicesflutter_list_sessionsflutter_startflutter_statusflutter_stopflutter_vm_call