# eugenp/tutorials | Model Context Protocol (MCP) Server > Getting Started with Spring Boot 3: - **Stars**: ⭐ 37,334 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "tutorials": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tutorials" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "tutorials": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-tutorials" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-tutorials` - **Docker**: `docker run -i --rm mcp/tutorials`