Skip to content
Cursor

Claude Code Explorer MCP for Cursor

io.github.nirholas/claude-code-explorer-mcp

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

client:Cursor transport:stdio runtime:npm

Install Claude Code Explorer MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "claude-code-explorer-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "claude-code-explorer-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Claude Code Explorer MCP in other clients