# medusajs/medusa | Model Context Protocol (MCP) Server > The world's most flexible commerce platform for agents and developers - **Stars**: ⭐ 35,754 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "medusa": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-medusa" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "medusa": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-medusa" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-medusa` - **Docker**: `docker run -i --rm mcp/medusa`