Ts MCP Debugger
Rank #4,744io.github.DigitalDefiance/ts-mcp-debugger
MCP server providing ts-debugger capabilities
Ts MCP Debugger is a Model Context Protocol (MCP) server published by digitaldefiance. It ranks #4,744 of 132,046 servers tracked on MCP Toplist, and its repository has 27 GitHub stars. Ts MCP Debugger is listed on Official MCP, with 2 tracked versions. It was first listed on Nov 30, 2025 and most recently updated on Nov 30, 2025.
Ranks ahead of 127,302 of 132,046 servers on MCP Toplist.
Use Ts MCP Debugger
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add ts-mcp-debugger -- npx -y @ai-capabilities-suite/mcp-debugger-server[mcp_servers.ts-mcp-debugger]
command = "npx"
args = ["-y", "@ai-capabilities-suite/mcp-debugger-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"ts-mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"ts-mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"ts-mcp-debugger": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"ts-mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"ts-mcp-debugger": {
"command": "npx",
"args": [
"-y",
"@ai-capabilities-suite/mcp-debugger-server"
]
}
}
}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.DigitalDefiance%2Fts-mcp-debugger)<a href="https://mcptoplist.com/server/io.github.DigitalDefiance%2Fts-mcp-debugger"><img src="https://mcptoplist.com/badge/io.github.DigitalDefiance%2Fts-mcp-debugger.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
digitaldefiance
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Nov 30, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Ts MCP Debugger?
- Ts MCP Debugger is maintained by digitaldefiance, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Ts MCP Debugger listed on the Official MCP Registry?
- Yes — Ts MCP Debugger is listed on the Official MCP Registry.
- How many versions does Ts MCP Debugger have?
- MCP Toplist tracks 2 versions of Ts MCP Debugger, most recently published on Nov 30, 2025.
- Where can I find the source code for Ts MCP Debugger?
- The source code for Ts MCP Debugger is hosted at github.com/digitaldefiance/ai-capabilities-suite.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.