job-search-mcp
MCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.
README
Job Search Tool
Local-first job search automation: collect jobs from multiple boards, score them against your own criteria, store them in SQLite, review them in a React dashboard, query them through REST, and expose the same data to MCP clients.
Features
- Multi-board ingestion through JobSpy.
- Configurable keyword scoring with separate save and notification thresholds.
- SQLite persistence with bookmarks, applied state, blacklist, and retention.
- React dashboard for review, filtering, analytics, cleanup, and CSV export.
- Local semantic search through ChromaDB's bundled ONNX embedder.
- Telegram notifications for high-scoring new jobs.
- Unified ASGI web server for dashboard, REST API, and MCP.
- Docker Compose deployment with localhost-first network defaults.
Docker Quick Start
-
Create your runtime configuration:
cp config/settings.example.yaml settings.yaml -
Edit
settings.yaml, especiallylocations,queries,scoring, and optional Telegram settings. -
Start the scheduler and web server:
docker compose up -d -
Open the dashboard:
http://127.0.0.1:8501
The same web process exposes REST at http://127.0.0.1:8501/api and MCP at
http://127.0.0.1:8501/mcp. Published ports bind to 127.0.0.1 by default.
For trusted LAN use, set JOB_SEARCH_WEB_BIND=0.0.0.0 in .env and keep
firewall rules tight.
Interfaces
| Surface | Command | Default URL | Notes |
|---|---|---|---|
| Scheduler | job-search scheduler |
none | continuous search loop |
| Web dashboard | job-search-web |
http://127.0.0.1:8501 |
human review UI |
| REST API | job-search-web |
http://127.0.0.1:8501/api |
optional JOB_SEARCH_API_TOKEN |
| MCP | job-search-web |
http://127.0.0.1:8501/mcp |
streamable HTTP |
Documentation
Local Development
uv sync
npm --prefix frontend install
cp config/settings.example.yaml config/settings.yaml
uv run pytest
npm --prefix frontend run test
uv run pre-commit run --all-files
Local commands run through installed package entrypoints:
uv run job-search once
uv run job-search scheduler
uv run job-search-web
Releases
Docker images are published to Docker Hub by the release workflow when a v*
tag is pushed. Release tags produce semver tags, latest, SBOM, and provenance
metadata for vincenzoimp/job-search-tool.
License
MIT. See LICENSE.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.