ai-job-search (MCP Server)

GitHub

The job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.

Claude Desktop Configuration

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

{
  "mcpServers": {
    "ai-job-search": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-ai-job-search"
      ]
    }
  }
}