Skip to content
Cursor

matchcv for Cursor

io.github.18boys/matchcv

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

client:Cursor transport:stdio runtime:npm

Install matchcv in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "matchcv": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "matchcv-mcp"
      ],
      "env": {
        "MATCHCV_BASE_URL": "<MATCHCV_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

matchcv in other clients