# nitrojs/nitro | Model Context Protocol (MCP) Server > Next Generation Server Toolkit. Create web servers with everything you need and deploy them wherever you prefer. - **Stars**: ⭐ 11,090 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "nitro": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nitro" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "nitro": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-nitro" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-nitro` - **Docker**: `docker run -i --rm mcp/nitro`