Skip to content
Cursor

autopilot jobhunt for Cursor

io.github.tarunlnmiit/autopilot-jobhunt

Agentic job hunt: scan careers pages, score against your resume, draft applications. Never applies.

client:Cursor transport:stdio runtime:pypi

Install autopilot jobhunt in Cursor

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

{
  "mcpServers": {
    "autopilot-jobhunt": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "autopilot-jobhunt"
      ]
    }
  }
}

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

autopilot jobhunt in other clients