# maxence-charriere/go-app | Model Context Protocol (MCP) Server > A package to build progressive web apps with Go programming language and WebAssembly. - **Stars**: ⭐ 8,888 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "go-app": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-app" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "go-app": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-go-app" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-go-app` - **Docker**: `docker run -i --rm mcp/go-app`