Skip to content
Cursor

resume optimizer for Cursor

io.github.vpatser1/resume-optimizer

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

client:Cursor transport:stdio runtime:npm

Install resume optimizer 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": {
    "resume-optimizer": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "resume-optimizer"
      ],
      "env": {
        "LICENSE_KEY": "<LICENSE_KEY>"
      }
    }
  }
}

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

resume optimizer in other clients