go-flutter

GitHub

Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "go-flutter": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-go-flutter"
      ]
    }
  }
}