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
{
"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