# PacktPublishing/LLM-Engineers-Handbook | Model Context Protocol (MCP) Server > The LLM's practical guide: From the fundamentals to deploying advanced LLM and RAG apps to AWS using LLMOps best practices - **Stars**: ⭐ 5,017 - **Language**: Python - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "LLM-Engineers-Handbook": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LLM-Engineers-Handbook" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "LLM-Engineers-Handbook": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-LLM-Engineers-Handbook" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-LLM-Engineers-Handbook` - **Docker**: `docker run -i --rm mcp/LLM-Engineers-Handbook`