# Gitlawb/openclaude | Model Context Protocol (MCP) Server > runs anywhere. uses anything - **Stars**: ⭐ 30,636 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "openclaude": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openclaude" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "openclaude": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-openclaude" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-openclaude` - **Docker**: `docker run -i --rm mcp/openclaude`