# adambard/learnxinyminutes-docs | Model Context Protocol (MCP) Server > Code documentation written as code! How novel and totally my idea! - **Stars**: ⭐ 12,317 - **Language**: Markdown - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "learnxinyminutes-docs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-learnxinyminutes-docs" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "learnxinyminutes-docs": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-learnxinyminutes-docs" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-learnxinyminutes-docs` - **Docker**: `docker run -i --rm mcp/learnxinyminutes-docs`