# go-flutter-desktop/go-flutter | Model Context Protocol (MCP) Server > Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW. - **Stars**: ⭐ 5,934 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "go-flutter": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-flutter" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "go-flutter": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-flutter" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-go-flutter` - **Docker**: `docker run -i --rm mcp/go-flutter`