Skip to content
Claude Desktop

codecov for Claude Desktop

io.github.egulatee/codecov

MCP server for querying Codecov coverage data with configurable URL support

client:Claude Desktop transport:stdio runtime:npm

Install codecov in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "codecov": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-codecov"
      ],
      "env": {
        "CODECOV_TOKEN": "<CODECOV_TOKEN>",
        "CODECOV_BASE_URL": "<CODECOV_BASE_URL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

codecov in other clients