Best for
- Developers who want to deeply understand Claude Code internals
- Technical writers or bloggers writing about Claude Code source
- Contributors needing to debug or extend Claude Code
This MCP server acts as an unofficial exploration tool providing access to leaked Claude Code source. Its functionality is technically sound, but users should be aware of its unofficial nature.
The Claude Code Explorer MCP server allows any MCP-compatible client (e.g., Claude Code, Claude Desktop, VS Code Copilot, Cursor) to explore the full source code of the Claude Code CLI interactively. It provides tools to list tools and commands, read source files, search across the 512K-line codebase, and get an architecture overview.
npm install -g warrioraashuu-codemaster or use npx.claude mcp add claude-code-explorer -- npx -y warrioraashuu-codemaster.{
"mcpServers": {
"claude-code-explorer": {
"command": "npx",
"args": [
"-y",
"warrioraashuu-codemaster"
]
}
}
}