Job Agent
Provides AI-powered job matching and cover letter generation using OpenAI's API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Job AgentRun today's job hunt and show top 3 matches"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: trueand prefer--dry-rununtil 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 │
└─────────────────────┘Related MCP server: Shortlist MCP Server
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 directlyEdit 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-status2. Web Dashboard
python -m src.cli dashboard
# or macOS Desktop shortcut:
./scripts/install_desktop_shortcut.shOpen http://127.0.0.1:8787 — run hunts, batch-approve, paste ATS URLs, manage applied history.
3. Cursor Agent + MCP
Open this folder as the Cursor workspace
Create the venv and install deps (MCP uses
.venv/bin/python— see.cursor/mcp.json)Run
./scripts/verify_mcp.shUse the job-hunt skill (
.cursor/skills/job-hunt/SKILL.md)
MCP server | Role |
| Hunt, match, list jobs |
| Browser automation |
| 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:
Open Automations in Cursor
Import the YAML (cron: weekdays 08:00)
Point
gitConfig.repoat your clone (~/job-agent)Ensure
.envis available to the agent runtime
The automation runs ./scripts/daily_hunt.sh only — no automatic submit. Review matches in the dashboard.
Learning loop (review before it changes your profile)
Nothing is written to your profile automatically. After each apply the agent files proposals into a review inbox; you approve or reject them in the dashboard's Learning tab (or via CLI). Password-like fields are never proposed.
Proposal | Approving it does | Source |
| Merges the (editable) answer into |
|
| Copies | a failed apply that left a snapshot |
| Records a channel-specific retry hint | repeated failures of one |
| Feeds a boost/skip signal into scoring | CRM outcome or the "bad match" button |
python -m src.cli learn list # pending proposals (JSON)
python -m src.cli learn approve <id> # apply it
python -m src.cli learn reject <id> # drop itCRM statuses close the loop on their own: interview / offer boost similar companies
and titles in future scoring, while rejected / withdrawn down-weight them.
Reliability & ops CLI
python -m src.cli apply-report --days 7 # success rates, failure types, timings
python -m src.cli crm list
python -m src.cli source-eval # which search sources actually convert
python -m src.cli export-applications --output ~/Desktop/applications.csv
python -m src.cli profile list # multi-profile switchingFailures are bucketed into login_gate, empty_required, resume_upload, captcha,
timeout, and unsupported so apply-report can tell you what to fix next. ATS account
walls (Workday and friends) are reported as login_gate with the credential key to add —
not as "unsupported ATS".
Config highlights
Key | Purpose |
| Minimum OpenAI match score |
| e.g. |
|
|
| Skip final Submit until confirmed (default |
| Debug Chrome endpoint (default |
| Optional Cursor Canvas sidecar directory |
| Where cover letters / apply artefacts are written |
Tests
pytestLicense
MIT — see LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables AI-driven job application automation for LinkedIn and SEEK platforms with intelligent cover letter generation, automated application submission, and application tracking management. Supports anti-detection measures and complies with platform usage policies for safe job hunting automation.Last updated
- Alicense-qualityFmaintenanceEnables users to search for jobs, prefill applications using AI, and automate submissions across major platforms like Lever and Ashby directly from Claude or Cursor. It provides a full suite of tools for managing job queues, profile data, and resumes within a chat interface.Last updated34MIT
- Alicense-qualityBmaintenanceAn AI-native career copilot that enables job discovery, fit scoring, and application tailoring through natural language, running locally with zero API keys.Last updated1MIT
- Alicense-qualityBmaintenanceEnables autonomous job search by scanning, scoring, and applying to jobs via APIs like Ashby, Greenhouse, and Lever, with a TUI dashboard for tracking.Last updated1MIT
Related MCP Connectors
Search AI-native jobs, inspect application forms, and fetch free interview-prep resources.
AI job search for Claude, ChatGPT, Cursor. 128K+ jobs, 1,900+ companies. OAuth or stdio.
Job search and interview prep MCP. 11 tools, OAuth 2.1, cross-LLM. four-leaf.ai.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/PARK0301/job-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server