jobjourney-claude-plugin
Detects and expands job postings from Greenhouse ATS, providing enriched job details such as descriptions, metadata, and external apply URLs.
Planned integration to scrape job listings from Indeed using Playwright, enabling local job discovery from Indeed.
Click on "Install 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., "@jobjourney-claude-plugindiscover full stack jobs in Sydney from LinkedIn and Seek"
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.
๐ JobJourney Claude Plugin
A production-ready MCP server for JobJourney with AI job-search tools, local job discovery, and scheduled scraping from Claude.
โจ What It Does
๐ค AI job-search workflows for resume fit scoring, cover letters, CV generation, interview prep, and career chat
๐๏ธ Application tracking with saved jobs, notes, status changes, starring, search, and dashboard analytics
๐ Local job discovery with a canonical discovery engine that stores results in local SQLite
๐ Mixed scraping strategy: LinkedIn uses direct HTTP guest scraping, while blocked sites like SEEK use Playwright
๐ข ATS expansion for supported providers like Greenhouse and Lever after discovery
โฐ Scheduled discovery through the background agent and MCP tools
๐พ Local storage for jobs, runs, schedules, and discovery reports in
~/.jobjourney/jobs.db
Related MCP server: trackly-cli
๐ธ Demo
Use it naturally from Claude:
"Use
discover_jobswith keywordfull stack, locationSydney, sourcesseek, pages1."
"Use
search_jobsand show me the latest LinkedIn roles in Sydney."
"Use
schedule_discoveryto run every day at 9am for backend jobs in Melbourne."
"Evaluate how well my resume matches this job and draft a cover letter."
If you want product screenshots or GIFs later, this is the right place to add them.
๐ฆ Installation
Option A: Claude Code
claude mcp add jobjourney \
-e JOBJOURNEY_API_URL=https://server.jobjourney.me \
-e JOBJOURNEY_API_KEY=jj_your_api_key_here \
-e TRANSPORT=stdio \
-- npx -y jobjourney-claude-plugin@latestOption B: Claude Desktop
Add this to your Claude Desktop config file (claude_desktop_config.json):
{
"mcpServers": {
"jobjourney": {
"command": "npx",
"args": ["-y", "jobjourney-claude-plugin@latest"],
"env": {
"JOBJOURNEY_API_URL": "https://server.jobjourney.me",
"JOBJOURNEY_API_KEY": "jj_your_api_key_here",
"TRANSPORT": "stdio"
}
}
}
}Playwright prerequisite
For local browser-backed sources like SEEK, install a browser once:
npx playwright install chromium๐ Quick Start
1. Connect the plugin
claude mcp add jobjourney \
-e JOBJOURNEY_API_URL=https://server.jobjourney.me \
-e JOBJOURNEY_API_KEY=jj_your_api_key_here \
-e TRANSPORT=stdio \
-- npx -y jobjourney-claude-plugin@latest2. Log in to browser-backed sites when needed
From Claude:
Use login_jobsite with site "seek"3. Run discovery
From Claude:
Use discover_jobs with keyword "full stack", location "Sydney", sources ["linkedin", "seek"], pages 14. Query the stored results
Use search_jobs with source "linkedin" and limit 55. Schedule it
Use schedule_discovery with keyword "full stack", location "Sydney", time "09:00", sources ["linkedin", "seek"]๐ Source Support
Source | Status | Transport | Notes |
| Active | HTTP guest scraping | Primary supported LinkedIn path |
| Active | Playwright | Local browser session support |
| Planned | Playwright | Not implemented yet |
| Planned | Playwright | Not implemented yet |
ATS | Support |
| Detect + expand |
| Detect + expand |
| Detect only |
| Detect only |
| Detect only |
๐ง How Local Discovery Works
The local discovery engine lives under src/discovery and uses one canonical job model across all sources.
Fetch guest search results
Fetch guest job detail HTML for each posting
Extract description, metadata, and external apply URL
Detect ATS from the external URL
Expand supported ATS companies
SEEK
Launch Playwright
Use the browser-backed source flow
Normalize results into the same canonical job schema
Storage
Local runs are stored in:
jobs DB:
~/.jobjourney/jobs.dbagent heartbeat:
~/.jobjourney/agent-heartbeat.json
The database stores:
discovered jobs
scrape/discovery runs
schedules
๐ Key Tools
This MCP exposes a broad JobJourney toolset. For local discovery, these are the most important ones:
Tool | What it does |
| Run the canonical multi-source discovery engine and store results locally |
| Query jobs already stored in local SQLite |
| Schedule recurring local discovery runs |
| Show the latest discovery batch summary |
| Legacy one-off local scrape path |
| Save browser login state for supported sites |
| Confirm browser login state |
And the broader platform also includes:
job tracking
AI fit evaluation
cover letter and CV generation
mock interviews
dashboard analytics
coffee chat networking
profile and document management
๐ Architecture
src/
index.ts # FastMCP server entrypoint
tools/ # MCP tool registration
discovery/ # Canonical local discovery engine
core/ # orchestration and job types
sources/ # linkedin guest, seek browser, planned sources
ats/ # ATS detection and supported crawlers
analysis/ # salary, tech stack, PR, experience enrichment
fallback/ # optional company career-page probing
storage/ # discovery persistence adapters
parity/ # TS vs Python parity harness
scraper/ # legacy browser scraper layer, being phased down
storage/sqlite/ # SQLite repos and migrations
agent/ # background scheduling agent
config/ # path and runtime configBuilt with FastMCP, TypeScript, Zod, Playwright, and SQLite.
โ๏ธ Environment Variables
Variable | Description | Default |
| JobJourney backend base URL |
|
| API key for backend-authenticated features | - |
| MCP transport: |
|
| HTTP port when |
|
๐งช Development
git clone https://github.com/Rorogogogo/jobjourney-claude-plugin.git
cd jobjourney-claude-plugin
npm install
npx playwright install chromium
npm run build
npm test
npm run typecheckUseful local commands:
npm run start
npm run agent
npm run parity:discovery
npm run parity:live-smoke๐ค Contributing
Contributions are welcome. Useful contribution areas right now:
tightening the canonical
src/discoveryarchitectureimplementing
indeedandjoraimproving live parity coverage
reducing remaining legacy surface in
src/scraper
Standard flow:
git checkout -b feature/my-change
npm test
npm run typecheck
git commit -m "feat: my change"๐ Links
๐ License
AGPL-3.0 + Commercial ยฉ JobJourney
License
This project is dual-licensed:
๐ AGPL-3.0 โ free for personal use, open-source forks, and projects themselves open-sourced under a compatible license. See LICENSE.
๐ผ Commercial license โ required for closed-source products, proprietary internal tools, or paid / hosted services where AGPL-3.0's copyleft and network-use obligations don't fit. See COMMERCIAL.md.
Do I need a commercial license?
Use case | License |
Personal use / running locally | AGPL-3.0 (free) |
Forking and publishing under AGPL-3.0 | AGPL-3.0 (free) |
Bundling into a closed-source product | Commercial |
Hosting a modified version as a SaaS without publishing source | Commercial |
Internal company tool not open-sourced | Commercial |
For a commercial license, contact Robert Wang at xwang.robert@gmail.com โ see COMMERCIAL.md for what to include in your request.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rorogogogo/jobjourney-claude-plugin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server