MCP Debug
Rank #35,177io.github.standardbeagle/mcp-debug
MCP server providing debug capabilities
MCP Debug is a Model Context Protocol (MCP) server published by standardbeagle. It ranks #35,177 of 115,460 servers tracked on MCP Toplist. MCP Debug is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Jul 31, 2025 and most recently updated on Jan 7, 2026.
Ranks ahead of 80,283 of 115,460 servers on MCP Toplist.
Use MCP Debug
claude mcp add mcp-debug -- uvx mcp-debugclaude mcp add mcp-debug -- npx -y mcp-server-debug[mcp_servers.mcp-debug]
command = "uvx"
args = ["mcp-debug"]Add to ~/.codex/config.toml.
[mcp_servers.mcp-debug]
command = "npx"
args = ["-y", "mcp-server-debug"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-debug": {
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-debug": {
"command": "npx",
"args": [
"-y",
"mcp-server-debug"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-debug": {
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"mcp-debug": {
"command": "npx",
"args": [
"-y",
"mcp-server-debug"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-debug": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"mcp-debug": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-debug"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-debug": {
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-debug": {
"command": "npx",
"args": [
"-y",
"mcp-server-debug"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-debug": {
"command": "uvx",
"args": [
"mcp-debug"
]
}
}
}{
"mcpServers": {
"mcp-debug": {
"command": "npx",
"args": [
"-y",
"mcp-server-debug"
]
}
}
}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.standardbeagle%2Fmcp-debug)<a href="https://mcptoplist.com/server/io.github.standardbeagle%2Fmcp-debug"><img src="https://mcptoplist.com/badge/io.github.standardbeagle%2Fmcp-debug.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
standardbeagle
Other servers by standardbeagle
- Devtool MCP#1,754 · 2 vers
- slop-mcp#12,885 · 7 vers
- MCP Clipboard Server#18,574
- Dart Query#19,629 · 2 vers
- Brummer MCP Server#34,973 · 1 ver
- figma-query#50,626 · 1 ver
- Harvest MCP Server#72,701
- image-mcp#102,937
Available versions (3)
| Version | Published |
|---|---|
| 1.1.6 | Jan 7, 2026 |
| 1.1.5 | Jan 7, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MCP Debug?
- MCP Debug is maintained by standardbeagle, which publishes 9 MCP servers (16 total versions) tracked on MCP Toplist.
- Is MCP Debug listed on the Official MCP Registry?
- Yes — MCP Debug is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does MCP Debug have?
- MCP Toplist tracks 3 versions of MCP Debug, most recently published on Jan 7, 2026.
- Where can I find the source code for MCP Debug?
- The source code for MCP Debug is hosted at github.com/standardbeagle/mcp-debug.