# elysiajs/elysia | Model Context Protocol (MCP) Server > Ergonomic Framework for Humans - **Stars**: ⭐ 18,869 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "elysia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-elysia" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "elysia": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-elysia" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-elysia` - **Docker**: `docker run -i --rm mcp/elysia`