Skip to content
Cursor

ApplyGenie for Cursor

io.github.eternalcodertanishq3/applygenie-mcp

Autonomous job application copilot, ATS form filler, and AI mock interview engine.

client:Cursor transport:stdio runtime:pypi

Install ApplyGenie in Cursor

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

{
  "mcpServers": {
    "applygenie-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "applygenie-mcp"
      ]
    }
  }
}

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

ApplyGenie in other clients