# breaking-brake/cc-wf-studio | Model Context Protocol (MCP) Server > CC Workflow Studio - **Stars**: ⭐ 5,314 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "cc-wf-studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cc-wf-studio" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "cc-wf-studio": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-cc-wf-studio" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-cc-wf-studio` - **Docker**: `docker run -i --rm mcp/cc-wf-studio`