jobagent

koenrohrer/jobagent
★ 0 stars Python 🤖 AI/LLM Updated 1d ago
MCP server for managing a personal job-application workflow
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install jobagent

README Excerpt

MCP server for managing a personal job-application workflow. Plugs into Claude Code, Claude Desktop, Cursor, or any MCP client. You hand it a job-posting URL, it scrapes the title, guesses the company, and tracks the application's status through your pipeline (`interested → applied → oa → phone → onsite → offer / rejected / ghosted`)

Tools (2)

add_applicationjobagent