# svenstaro/genact | Model Context Protocol (MCP) Server > 🌀 A nonsense activity generator - **Stars**: ⭐ 12,031 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "genact": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-genact" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "genact": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-genact" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-genact` - **Docker**: `docker run -i --rm mcp/genact`