mcpbeat Sign in

Codecov MCP Server

local only

Codecov runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 20 Feb 2026.

MCP server for querying Codecov coverage data with configurable URL support

Installs per day peak 25 · avg 6 · +36% w/w
a month agotoday
33
Installs / week
npm · mcp-server-codecov
6
Stars
32 open issues
20 Feb 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Codecov every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add codecov -- npx -y mcp-server-codecov
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "codecov": {
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.codecov]
command = "npx"
args = ["-y", "mcp-server-codecov"]
.cursor/mcp.json
{
  "mcpServers": {
    "codecov": {
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "codecov": {
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CODECOV_TOKEN (Codecov API token for authentication), CODECOV_BASE_URL (Base URL for self-hosted Codecov instances (optional, defaults to https://codecov.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Codecov

same job, measured the same way
Qr Text
by ryudi84

MCP server for QR code data: URLs, vCards, WiFi configs, events.

35 installs/wk local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Miro
by miroapp

Official Miro MCP server - Supports context to code and creating diagrams, docs, and data tables.

answering
Atlassian Dc MCP Bitbucket
by b1ff

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

1 636 installs/wk local only
Atlassian Dc MCP Bitbucket
by mrrefactoring

MCP server for Atlassian Bitbucket Data Center - interact with repositories and code

72 installs/wk local only
Foxhound
by caleb-love

MCP server for querying Foxhound traces from Claude Code, Cursor, and other MCP clients

21 installs/wk local only
Chromium Style QR Code Generator
by chromium-style-qrcode

MCP server for generating Chromium-style QR codes with optional Dino logo or custom center image

36 installs/wk local only

Codecov — questions

Answers built from our own checks of this server.

Why is there no uptime for Codecov?
Codecov runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package mcp-server-codecov was installed 33 times last week.
How do I connect Codecov?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls mcp-server-codecov straight from npm; nothing to host, nothing to sign up for.
How many people use Codecov?
The npm package mcp-server-codecov was installed 33 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Codecov open source?
Yes — it is published under the MIT licence, written in TypeScript, 6 stars on GitHub and 32 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.