Claude Code Explorer MCP
Rank #887io.github.nirholas/claude-code-explorer-mcp
MCP server providing claude-code-explorer-mcp capabilities
Claude Code Explorer MCP is a Model Context Protocol (MCP) server published by nirholas. It ranks #887 of 115,460 servers tracked on MCP Toplist, and its repository has 6,245 GitHub stars. Claude Code Explorer MCP is listed on Official MCP, with 2 tracked versions. It was first listed on Mar 31, 2026 and most recently updated on Mar 31, 2026.
Ranks ahead of 114,573 of 115,460 servers on MCP Toplist.
Use Claude Code Explorer MCP
claude mcp add claude-code-explorer-mcp -- npx -y claude-code-explorer-mcp[mcp_servers.claude-code-explorer-mcp]
command = "npx"
args = ["-y", "claude-code-explorer-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"claude-code-explorer-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-explorer-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"claude-code-explorer-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-explorer-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"claude-code-explorer-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"claude-code-explorer-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"claude-code-explorer-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-explorer-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"claude-code-explorer-mcp": {
"command": "npx",
"args": [
"-y",
"claude-code-explorer-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.nirholas%2Fclaude-code-explorer-mcp)<a href="https://mcptoplist.com/server/io.github.nirholas%2Fclaude-code-explorer-mcp"><img src="https://mcptoplist.com/badge/io.github.nirholas%2Fclaude-code-explorer-mcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
nirholas
Other servers by nirholas
- XActions#482 · 4 vers
- Pump SDK MCP Server#963 · 4 vers
- Free Crypto News#1,053 · 3 vers
- Universal Crypto MCP#3,833 · 2 vers
- Crypto Tools Registry#5,678 · 2 vers
- three.ws Avatars & Agents#5,911 · 2 vers
- Solidity Compiler#5,972 · 2 vers
- Github To MCP#6,021 · 2 vers
- Defi Agents#6,256 · 2 vers
- Pumpfun Claims Bot#6,370 · 2 vers
- Abi To MCP#6,922 · 2 vers
- Tool Discovery MCP#7,463 · 2 vers
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Mar 31, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Claude Code Explorer MCP?
- Claude Code Explorer MCP is maintained by nirholas, which publishes 87 MCP servers (137 total versions) tracked on MCP Toplist.
- Is Claude Code Explorer MCP listed on the Official MCP Registry?
- Yes — Claude Code Explorer MCP is listed on the Official MCP Registry.
- How many versions does Claude Code Explorer MCP have?
- MCP Toplist tracks 2 versions of Claude Code Explorer MCP, most recently published on Mar 31, 2026.
- Where can I find the source code for Claude Code Explorer MCP?
- The source code for Claude Code Explorer MCP is hosted at github.com/nirholas/claude-code.