# chriskiehl/Gooey | Model Context Protocol (MCP) Server > Turn (almost) any Python command line program into a full GUI application with one line - **Stars**: ⭐ 21,887 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Gooey": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Gooey" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Gooey": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Gooey" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Gooey` - **Docker**: `docker run -i --rm mcp/Gooey`