# FlorianBruniaux/claude-code-ultimate-guide | Model Context Protocol (MCP) Server > A tremendous feat of documentation, this guide covers Claude Code from beginner to power user, with production-ready templates for Claude Code features, guides on agentic workflows, and a lot of great learning materials, including quizzes and a handy "cheatsheet". Whether it's the "ultimate" guide to Claude Code will be up to the reader :) - **Stars**: ⭐ 4,249 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "claude-code-ultimate-guide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claude-code-ultimate-guide" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "claude-code-ultimate-guide": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-claude-code-ultimate-guide" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-claude-code-ultimate-guide` - **Docker**: `docker run -i --rm mcp/claude-code-ultimate-guide`