mcpbeat Sign in

Matchcv MCP Server

local only

Matchcv runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 28 Jul 2026.

ATS resume checking, job description analysis, and AI resume tailoring powered by MatchCV.

Installs per day peak 226 · avg 8
a month agotoday
62
Installs / week
npm · matchcv-mcp
0
Stars
0 open issues
28 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Matchcv 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 matchcv -- npx -y matchcv-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "matchcv": {
      "args": [
        "-y",
        "matchcv-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.matchcv]
command = "npx"
args = ["-y", "matchcv-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "matchcv": {
      "args": [
        "-y",
        "matchcv-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "matchcv": {
      "args": [
        "-y",
        "matchcv-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MATCHCV_BASE_URL (Override MatchCV API origin. Defaults to https://matchcv.co.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Matchcv

same job, measured the same way
I
Resume Optimizer
by vpatser1

Resume analysis, ATS compatibility checks, bullet improvements, job-tailored optimization

27 installs/wk local only
Vitex — AI Resume Generator
by chanmeng666

Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.

44 installs/wk answering
Formacv
by rocketech-software-development

FormaCV MCP server for AI-powered CV formatting, anonymization, tailoring, and ATS push-back.

22 installs/wk local only
Juicedresume
by juicedresume

Score, tailor, and export resumes from any MCP client — 60+ ATS checks and JD tailoring.

74 installs/wk local only
maxcv — CV tailoring
by maxcv

Score and tailor your CV/resume against a job posting — for AI agents and humans, no-login trial.

2 tools answering
Rootly
by rootly

Incident management, on-call scheduling, and intelligent analysis powered by Rootly.

1 424 installs/wk answering
Image Recongnition MCP
by shalevshalit

MCP server for AI-powered image recognition and description using OpenAI vision models.

34 installs/wk local only
Image Recognition MCP
by shalevshalit

MCP server for AI-powered image recognition and description using OpenAI vision models.

31 installs/wk local only

Matchcv — questions

Answers built from our own checks of this server.

Why is there no uptime for Matchcv?
Matchcv 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 matchcv-mcp was installed 62 times last week.
How do I connect Matchcv?
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 matchcv-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Matchcv?
The npm package matchcv-mcp was installed 62 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Matchcv open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.