# antiwork/gumroad | Model Context Protocol (MCP) Server > See what sticks - **Stars**: ⭐ 9,543 - **Language**: Ruby - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gumroad": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gumroad" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gumroad": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gumroad" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gumroad` - **Docker**: `docker run -i --rm mcp/gumroad`