Odel
Claude Code Explorer MCP

Claude Code Explorer MCP

Local
@codeaashu3.3kTypeScriptUpdated 1w ago

Explore the Claude Code CLI source — browse tools, commands, search code, and more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@divyesh2000/codemasterv1.1.0

Run

npx -y @divyesh2000/codemaster

MCP client config

{
  "mcpServers": {
    "claude-code-explorer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@divyesh2000/codemaster"
      ]
    }
  }
}