career-ops (MCP Server)

GitHub

Open-source AI job search: scan job portals, evaluate listings with a structured A-F rubric into a 1.0-5.0 score, tailor your CV, track applications β€” runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "career-ops": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-career-ops"
      ]
    }
  }
}