# jetty/jetty.project | Model Context Protocol (MCP) Server > Eclipse Jetty® - Web Container & Clients - supports HTTP/3, HTTP/2, HTTP/1, websocket, servlets, and more - **Stars**: ⭐ 4,078 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "jetty.project": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jetty.project" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "jetty.project": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-jetty.project" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-jetty.project` - **Docker**: `docker run -i --rm mcp/jetty.project`