job-search-mcp

jsundquist/job-search-mcp
★ 0 stars Python AI/LLM Updated today
RAG-based job fit analysis against a resume corpus, tracked in Notion — an MCP server for Claude Code.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "job-search-mcp": {
      "command": "uvx",
      "args": [
        "job-search-mcp"
      ]
    }
  }
}

Or install with pip: pip install job-search-mcp

README Excerpt

An MCP server that retrieves resume/experience evidence relevant to a job description via RAG, and tracks fit-analysis results in a tracking store. Analysis and tracking only — this project does not generate or tailor resumes. See `docs/adr/0007-analysis-only-v1-no-resume-generation.md`. The server is adapter-based rather than locked to any specific vendor.