Job Agent

Job Agent

An AI-powered job search and application assistant that enables multi-source job hunting, OpenAI matching, cover letter generation, and hybrid application automation via Playwright, Chrome CDP, screen OCR, and manual assist.

Category
Visit Server

README

Job Agent

AI-powered job search and application assistant: multi-source hunting, OpenAI matching, cover letters, and hybrid apply (Playwright ATS → Chrome CDP → optional screen OCR → manual assist).

Safety first: read DISCLAIMER.md. Keep require_submit_confirmation: true and prefer --dry-run until you trust the flow.

Architecture

┌─────────────┐   ┌──────────────┐   ┌─────────────────────────────┐
│ Job sources │ → │ OpenAI match │ → │ today.json + daily_report   │
│ LinkedIn    │   │ gpt-4o-mini  │   │ + optional Canvas sidecars  │
│ JobsDB      │   └──────────────┘   └──────────────┬──────────────┘
│ Adzuna …    │                                     │ approve
└─────────────┘                                     ▼
                                         ┌─────────────────────┐
                                         │ ApplyRouter         │
                                         │  Playwright ATS     │
                                         │  LinkedIn CDP       │
                                         │  Screen OCR (macOS) │
                                         │  Manual assist pack │
                                         └─────────────────────┘

Requirements

  • Python 3.11+
  • OpenAI API key (matching + cover letters)
  • Optional: Adzuna App ID/Key
  • Chrome (LinkedIn Easy Apply via CDP)
  • macOS (Screen OCR fallback; Accessibility + Screen Recording permissions)

Setup

git clone https://github.com/<you>/job-agent.git ~/job-agent
cd ~/job-agent
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
playwright install chromium
cp .env.example .env          # OPENAI_API_KEY, optional ADZUNA_*
cp profile/profile.example.json profile/profile.json
cp profile/answers.example.json profile/answers.json
python -m src.cli onboard     # or edit profile JSON directly

Edit config.yaml for search sources, match threshold, Chrome CDP URL, and paths. Optional Canvas sync: set canvas_dir (or env CURSOR_CANVAS_DIR) to your Cursor canvases folder.

Four ways to use Job Agent

1. CLI

python -m src.cli launch              # tune (if needed) + hunt
python -m src.cli list                # markdown report
./scripts/approve_and_apply.sh <id>   # approve + apply + cover letter
python -m src.cli apply <id> --dry-run
./scripts/start_chrome_debug.sh       # LinkedIn Easy Apply via CDP
python -m src.cli cdp-status

2. Web Dashboard

python -m src.cli dashboard
# or macOS Desktop shortcut:
./scripts/install_desktop_shortcut.sh

Open http://127.0.0.1:8787 — run hunts, batch-approve, paste ATS URLs, manage applied history.

3. Cursor Agent + MCP

  1. Open this folder as the Cursor workspace
  2. Create the venv and install deps (MCP uses .venv/bin/python — see .cursor/mcp.json)
  3. Run ./scripts/verify_mcp.sh
  4. Use the job-hunt skill (.cursor/skills/job-hunt/SKILL.md)
MCP server Role
job-search Hunt, match, list jobs
playwright-agent Browser automation
screen-agent macOS screen OCR fallback

Example chat prompts:

  • "Run today's job hunt and show top 3 matches"
  • "Approve job <id> with cover letter, dry-run only"
  • "Tune my profile — ask about missing salary and notice period"

Optional Canvas UI samples live in canvases/. Sync sidecars with python scripts/sync_canvas.py after setting canvas_dir.

4. Cursor Automation

Import automation/daily-job-hunt.yaml:

  1. Open Automations in Cursor
  2. Import the YAML (cron: weekdays 08:00)
  3. Point gitConfig.repo at your clone (~/job-agent)
  4. Ensure .env is available to the agent runtime

The automation runs ./scripts/daily_hunt.sh only — no automatic submit. Review matches in the dashboard.

Config highlights

Key Purpose
match_threshold Minimum OpenAI match score
search_sources e.g. linkedin, jobsdb, adzuna, remotive
linkedin_mode hybrid / playwright / screen / manual
require_submit_confirmation Skip final Submit until confirmed (default true)
chrome_cdp_url Debug Chrome endpoint (default http://127.0.0.1:9222)
canvas_dir Optional Cursor Canvas sidecar directory
applications_dir Where cover letters / apply artefacts are written

Tests

pytest

License

MIT — see LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured