Claude Code Guide - Setup, Commands, workflows, agents, skills & tips-n-tricks from beginner to power user!
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"claude-code-guide": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-claude-code-guide"
]
}
}
}