Claude Code
MCP Serverby yulonglin · Added 5mo ago
Claude
3
Install
git clone https://github.com/yulonglin/dotfilesAdd to Claude
claude mcp add claude-codeQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"claude-code": {
"command": "npx",
"args": [
"@modelcontextprotocol/claude-code"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Delegate tasks to Claude Code CLI for a Claude-powered second opinion, parallel implementation, or plan review. Use when you want Claude (not Codex/Gemini) as a delegate — e.g., tasks needing Claude's judgment, tool use, or MCP access.
Do NOT use for:
- Pure implementation with clear specs (use codex-cli)
- Large context analysis (use gemini-cli)
- Quick edits under ~10 lines (faster to do directly)
Tags
ai-mlbashskill