SGLang is a high-performance serving framework for large language models and multimodal models.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"sglang": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-sglang"
]
}
}
}