# alibaba/flutter_boost | Model Context Protocol (MCP) Server > FlutterBoost is a Flutter plugin which enables hybrid integration of Flutter for your existing native apps with minimum efforts - **Stars**: ⭐ 7,186 - **Language**: Dart - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "flutter_boost": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flutter_boost" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "flutter_boost": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-flutter_boost" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-flutter_boost` - **Docker**: `docker run -i --rm mcp/flutter_boost`