Codecov runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 20 Feb 2026.
MCP server for querying Codecov coverage data with configurable URL support
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add codecov -- npx -y mcp-server-codecov
{
"mcpServers": {
"codecov": {
"args": [
"-y",
"mcp-server-codecov"
],
"command": "npx"
}
}
}
[mcp_servers.codecov]
command = "npx"
args = ["-y", "mcp-server-codecov"]
{
"mcpServers": {
"codecov": {
"args": [
"-y",
"mcp-server-codecov"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"codecov": {
"args": [
"-y",
"mcp-server-codecov"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.