Codecov
Rank #35,962io.github.egulatee/codecov
MCP server providing codecov capabilities
Codecov is a Model Context Protocol (MCP) server published by egulatee. It ranks #35,962 of 132,113 servers tracked on MCP Toplist, and its repository has 6 GitHub stars. Codecov is listed across 3 registries — Official MCP, PulseMCP and Glama, with 2 tracked versions. It was first listed on Dec 20, 2025 and most recently updated on Dec 29, 2025.
Ranks ahead of 96,151 of 132,113 servers on MCP Toplist.
Use Codecov
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add codecov -e "CODECOV_TOKEN=<your CODECOV_TOKEN>" -e "CODECOV_BASE_URL=<your CODECOV_BASE_URL>" -- npx -y mcp-server-codecovReplace each placeholder with your own value before saving.
[mcp_servers.codecov]
command = "npx"
args = ["-y", "mcp-server-codecov"]
[mcp_servers.codecov.env]
CODECOV_TOKEN = "<your CODECOV_TOKEN>"
CODECOV_BASE_URL = "<your CODECOV_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codecov": {
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "<your CODECOV_TOKEN>",
"CODECOV_BASE_URL": "<your CODECOV_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codecov": {
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "<your CODECOV_TOKEN>",
"CODECOV_BASE_URL": "<your CODECOV_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"codecov": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "<your CODECOV_TOKEN>",
"CODECOV_BASE_URL": "<your CODECOV_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codecov": {
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "<your CODECOV_TOKEN>",
"CODECOV_BASE_URL": "<your CODECOV_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"codecov": {
"command": "npx",
"args": [
"-y",
"mcp-server-codecov"
],
"env": {
"CODECOV_TOKEN": "<your CODECOV_TOKEN>",
"CODECOV_BASE_URL": "<your CODECOV_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
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.egulatee%2Fcodecov)<a href="https://mcptoplist.com/server/io.github.egulatee%2Fcodecov"><img src="https://mcptoplist.com/badge/io.github.egulatee%2Fcodecov.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
egulatee
Available versions (2)
| Version | Published |
|---|---|
| 1.1.0 | Dec 29, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Codecov?
- Codecov is maintained by egulatee, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is Codecov listed on the Official MCP Registry?
- Yes — Codecov is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Codecov have?
- MCP Toplist tracks 2 versions of Codecov, most recently published on Dec 29, 2025.
- Where can I find the source code for Codecov?
- The source code for Codecov is hosted at github.com/egulatee/mcp-server-codecov.
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.