# dair-ai/Prompt-Engineering-Guide | Model Context Protocol (MCP) Server > 🐙 Guides, papers, lessons, notebooks and resources for prompt engineering, context engineering, RAG, and AI Agents. - **Stars**: ⭐ 74,365 - **Language**: MDX - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "Prompt-Engineering-Guide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Prompt-Engineering-Guide" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "Prompt-Engineering-Guide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-Prompt-Engineering-Guide" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-Prompt-Engineering-Guide` - **Docker**: `docker run -i --rm mcp/Prompt-Engineering-Guide`