# Unleash/unleash | Model Context Protocol (MCP) Server > Open-source feature management platform - **Stars**: ⭐ 13,713 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "unleash": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-unleash" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "unleash": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-unleash" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-unleash` - **Docker**: `docker run -i --rm mcp/unleash`