Model Context Protocol (MCP) server configuration and tool manifest for shareAI-lab/learn-claude-code
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"learn-claude-code": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-learn-claude-code"
]
}
}
}