claude-code-guide (MCP Server)

GitHub

Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "claude-code-guide": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-claude-code-guide"
      ]
    }
  }
}