# sgl-project/sglang | Model Context Protocol (MCP) Server > SGLang is a high-performance serving framework for large language models and multimodal models. - **Stars**: ⭐ 31,723 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "sglang": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sglang" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "sglang": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-sglang" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-sglang` - **Docker**: `docker run -i --rm mcp/sglang`