jobhound

Null-Phnix/jobhound
★ 1 stars Python 🤖 AI/LLM Updated 8d ago
MCP server that lets Claude Code scan, score, and apply to jobs via Ashby, Greenhouse, and Lever
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "jobhound": {
      "command": "uvx",
      "args": [
        "jobhound"
      ]
    }
  }
}

Or install with pip: pip install jobhound

README Excerpt

**MCP server that lets Claude Code scan, score, and apply to jobs autonomously.** JobHound connects directly to Ashby, Greenhouse, and Lever job board APIs — no browser required for discovery. It scores every listing with a keyword heuristic, queues high-scoring roles, and uses Claude Code as the tailor to write per-role CVs and cover letters.