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.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"ai-job-search": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-ai-job-search"
]
}
}
}