Test Coverage MCP
Rank #9,936io.github.goldbergyoni/test-coverage-mcp
MCP server providing test-coverage-mcp capabilities
Test Coverage MCP is a Model Context Protocol (MCP) server published by goldbergyoni. It ranks #9,936 of 132,113 servers tracked on MCP Toplist, and its repository has 41 GitHub stars. Test Coverage MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Oct 23, 2025 and most recently updated on Nov 7, 2025.
Ranks ahead of 122,177 of 132,113 servers on MCP Toplist.
Use Test Coverage MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add test-coverage-mcp -- npx -y test-coverage-mcp[mcp_servers.test-coverage-mcp]
command = "npx"
args = ["-y", "test-coverage-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"test-coverage-mcp": {
"command": "npx",
"args": [
"-y",
"test-coverage-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"test-coverage-mcp": {
"command": "npx",
"args": [
"-y",
"test-coverage-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"test-coverage-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"test-coverage-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"test-coverage-mcp": {
"command": "npx",
"args": [
"-y",
"test-coverage-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"test-coverage-mcp": {
"command": "npx",
"args": [
"-y",
"test-coverage-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.goldbergyoni%2Ftest-coverage-mcp)<a href="https://mcptoplist.com/server/io.github.goldbergyoni%2Ftest-coverage-mcp"><img src="https://mcptoplist.com/badge/io.github.goldbergyoni%2Ftest-coverage-mcp.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
goldbergyoni
Available versions (3)
| Version | Published |
|---|---|
| 1.1.0 | Nov 7, 2025 |
| 1.0.0 | Nov 6, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Test Coverage MCP?
- Test Coverage MCP is maintained by goldbergyoni, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Test Coverage MCP listed on the Official MCP Registry?
- Yes — Test Coverage MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Test Coverage MCP have?
- MCP Toplist tracks 3 versions of Test Coverage MCP, most recently published on Nov 7, 2025.
- Where can I find the source code for Test Coverage MCP?
- The source code for Test Coverage MCP is hosted at github.com/goldbergyoni/test-coverage-mcp.
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.