job-search-mcp
Enables searching justjoin.it for job listings and tracking applications locally with status updates, all via natural language in Claude.
README
Job Search MCP Server
An MCP (Model Context Protocol) server that lets Claude search justjoin.it job postings and track your applications, so you can ask things like "find me new AI Engineer roles in Warsaw" or "what's the status of the application I sent last week" directly in a chat with Claude Desktop or Claude Code.
Why
Built as a hands-on MCP project for my own AI Engineer job search — real tool, real use, not a toy demo.
Tools
| Tool | Description |
|---|---|
search_jobs(keyword, location?) |
Searches justjoin.it listings. Returns title, company, URL, salary, tags, location. location accepts a city name ("Warsaw", "Krakow", ...) or "remote". |
get_job_details(url) |
Fetches a single job offer page and returns a cleaned-up description plus tech stack tags. |
track_application(url, status) |
Saves/updates an application's status locally. status is one of saved, applied, interviewing, rejected, offer. |
list_applications() |
Lists all tracked applications, most recently updated first. |
Application data is stored locally in a JSON file at ~/.job-search-mcp/applications.json —
no database, no external service.
Setup
Requires Node.js 18+.
git clone <this-repo-url>
cd job-search-mcp
npm install
npm run build
This produces dist/index.js, a stdio MCP server.
Connecting to Claude Desktop
Add the server to your Claude Desktop config
(~/Library/Application Support/Claude/claude_desktop_config.json on macOS), replacing the
path below with the absolute path to dist/index.js in your clone (run pwd inside the
project directory to get it):
{
"mcpServers": {
"job-search": {
"command": "node",
"args": ["/absolute/path/to/job-search-mcp/dist/index.js"]
}
}
}
Restart Claude Desktop. The four tools above should appear as available tools (look for the 🔨 tools icon in the chat input).
Connecting to Claude Code
claude mcp add job-search -- node /absolute/path/to/job-search-mcp/dist/index.js
Or add it to a project's .mcp.json:
{
"mcpServers": {
"job-search": {
"command": "node",
"args": ["/absolute/path/to/job-search-mcp/dist/index.js"]
}
}
}
Example prompts
- "Find AI Engineer roles in Warsaw"
- "Get me the full details and tech stack for this listing:
<url>" - "Mark that job as applied"
- "What's the status of all my job applications?"
- "Show me everything I've marked as interviewing"
Development
npm run dev # tsc --watch
npm run build # one-off compile
npm start # run the compiled server directly (for manual stdio testing)
npm test # build, then run the test suite (node's built-in test runner)
Tests
Tests run with Node's built-in test runner (node:test) — no extra test framework dependency.
npm test compiles first, then runs everything under dist/**/*.test.js.
justjoin.test.ts—buildSearchUrlagainst known/unmapped/diacritic city names, andparseOfferCards/parseJobDetailsagainst trimmed-but-verbatim fixtures of real justjoin.it markup (including the<object>logo wrapper that makes the tag-pill parsing heuristic necessary), so the parsing logic is verified without hitting the live site.store.test.ts—trackApplication/listApplicationsagainst a temp file (via theJOB_SEARCH_STORE_PATHenv var override), so tests never touch your real~/.job-search-mcp/applications.json.
Tricky bits
- justjoin.it has no public API. It's a Next.js app that server-renders offer cards, but
the CSS classes are build-hashed (e.g.
mui-1cks7or) and change on every deploy, so scraping can't rely on fixed selectors.src/justjoin.tsanchors on stable landmarks instead: theoffer_list_offer_title_linkclass, Lucide icon classes (svg.lucide-map-pin,svg.lucide-building), and — for the tag pills, where even sibling/depth assumptions turned out to be unreliable — a structural heuristic that detects "a<div>whose children are all plain-text, childless<div>s," a shape unique to that row on the card. - Job detail pages are easier: they embed proper
schema.org/JobPostingJSON-LD, which is used for title/company/location/salary/employment type. The visible HTML is still used for the description and tech stack, since the JSON-LD description is a single run-on string with no paragraph breaks. - City slugs are Polish-only (
warszawa, notwarsaw) —search_jobsmaps common English city names to their Polish slugs. Writing the test for this caught a real bug: Polishł(as inŁódź) isn't a combining-mark diacritic, soString.normalize("NFD")doesn't strip it the way it doesóorź— it needs an explicitł/Ł→l/Lreplacement first. - Salary is often undisclosed. Both tools fall back to
"Not specified"rather than erroring when a listing doesn't list a salary. - Scraping is inherently brittle. If justjoin.it changes its page structure enough to break
these heuristics,
search_jobs/get_job_detailswill return an explicit tool error rather than silently returning garbage.
Roadmap (not yet built)
match_score(job_url)— score a job description against a CV/skills profile via the Anthropic API, with a rationale.- A second job board as a data source, so results aren't tied to justjoin.it alone.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。