sglang

GitHub

SGLang is a high-performance serving framework for large language models and multimodal models.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "sglang": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-sglang"
      ]
    }
  }
}