job-search-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@job-search-mcpSearch for remote python jobs posted this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
job-search-mcp
Personal MCP server (stdio) that aggregates job listings from Remotive and Arbeitnow, with local SQLite caching, application tracking, and saved searches.
Setup
npm install
npm run build # emits dist/
npm test # 27 tests
npm run typecheckRequires Node 20+. The cache DB lives at ~/.job-search-mcp/jobs.db (override with JOB_SEARCH_MCP_DB).
Related MCP server: job-agent-mcp
Environment variables
No API keys needed — both providers are public.
Var | Needed for |
| optional DB path override |
Register in Claude Desktop
claude_desktop_config.json:
{
"mcpServers": {
"job-search": {
"command": "node",
"args": ["/absolute/path/to/job-search-mcp/dist/index.js"]
}
}
}Register in Claude Code
claude mcp add job-search \
-- node /absolute/path/to/job-search-mcp/dist/index.jsTools & example prompts
Tool | Example prompt |
| "Find remote QA automation jobs with Playwright posted in the last week" |
| "Show me the full description of that Clipster job" |
| "Anything new since yesterday matching playwright?" |
| "Mark that job as applied — note: sent CV via referral" |
| "Show my application pipeline" / "What am I interviewing for?" |
| "Save this as my daily qa-remote search" → "Run my qa-remote search" |
| Paste your CV (or attach the file) → "store this as my profile" → the model derives target titles/skills and proposes searches; later: "search based on my CV" |
Job ids look like remotive:2091062 / arbeitnow:<slug> and appear in every search result block.
Smoke test
node smoke.mjs spins up the built server over stdio and exercises every tool against the live APIs (uses a throwaway DB at /tmp/job-search-smoke.db).
Provider quirks discovered during development
Remotive (
https://remotive.com/api/remote-jobs): endpoint as documented.publication_datehas no timezone suffix (treated as UTC).salaryis a free-text string — parsed best-effort into min/max/currency. Descriptions are heavy HTML (Tailwind inline styles) — stripped and truncated to ~1500 chars. Remotive asks not to poll aggressively, so responses are cached in-memory for 15 minutes per query on top of the SQLite cache.Arbeitnow (
https://www.arbeitnow.com/api/job-board-api): endpoint as documented;remoteandvisa_sponsorshipparams work. Undocumented: asearchquery param is honored by the API (visible in its pagination links) — used here, plus a client-side all-terms filter as a safety net since server-side matching is loose.created_atis a unix timestamp. Heavily German-market (many listings in German). Paginated vialinks.next; the adapter fetches up to 3 pages.
Discrepancies vs. the original spec: none for endpoints — both matched their docs. The only additions are the undocumented Arbeitnow search param (used) and the Remotive no-timezone date quirk (handled).
This server cannot be deployed
Maintenance
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
GetJobzi MCP server for job search, application tracking, and career forecasting.
Read-only MCP server for public WeJob jobs, formations, and companies.
AI job search MCP — fact-checked jobs, application tracker, alerts. ChatGPT, Claude, Cursor.
Related MCP Servers
- AlicenseCqualityDmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.8312 npm1AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceMCP server that aggregates and deduplicates job listings from multiple public sources, ranks them against a user's resume, and exposes tools for searching, viewing details, explaining fit, and tracking applications.MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that enables AI assistants to search LinkedIn for job posts, save them locally, and manage them via a React dashboard.-
- AlicenseAqualityCmaintenanceA privacy-first MCP server for locally managing job, fellowship, and graduate-school applications. It offers tools for tracking application status, analyzing role fit, generating LaTeX CV/cover letters, interview prep, and discovering public jobs from ATS APIs.81MIT