# litestar-org/litestar | Model Context Protocol (MCP) Server > Light, flexible and extensible ASGI framework | Built to scale - **Stars**: ⭐ 8,360 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "litestar": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-litestar" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "litestar": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-litestar" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-litestar` - **Docker**: `docker run -i --rm mcp/litestar`