Job-Scraper-MCP-Server

Tanveer-rajpurohit/Job-Scraper-MCP-Server
★ 0 stars Python AI/LLM Updated 3d ago
Self-hosted FastMCP server that aggregates tech jobs across India and remote platforms for Gemini Spark. Queries LinkedIn, Indeed, Adzuna, Jooble, and Himalayas. Cleans HTML, computes HMAC IDs to prevent duplicates, and filters out senior roles to isolate 2027 graduate internships, freshers, and junior developer openings.
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-scraper-mcp-serv": {
      "command": "uvx",
      "args": [
        "job-scraper-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install job-scraper-mcp-server