# fyne-io/fyne | Model Context Protocol (MCP) Server > Cross platform GUI toolkit in Go inspired by Material Design - **Stars**: ⭐ 28,588 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "fyne": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fyne" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "fyne": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-fyne" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-fyne` - **Docker**: `docker run -i --rm mcp/fyne`