mcpbeat Sign in

Job Search MCP Server

local only

Job Search MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 309 installs a week from npm. Last commit 21 Aug 2026.

Claude searches real job boards, scores each job 0-100 for fit, and shows a ranked board.

Installs per day peak 785 · avg 68 · +2351% w/w
a month agotoday
1 309
Installs / week
npm · @servation/job-search-mcp
3
Stars
0 open issues
21 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Job Search MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add job-search-mcp -- npx -y @servation/job-search-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "job-search-mcp": {
      "args": [
        "-y",
        "@servation/job-search-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.job-search-mcp]
command = "npx"
args = ["-y", "@servation/job-search-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "job-search-mcp": {
      "args": [
        "-y",
        "@servation/job-search-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "job-search-mcp": {
      "args": [
        "-y",
        "@servation/job-search-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: JOB_SEARCH_MCP_DATA (Optional override for the per-user data file path (defaults to ~/.job-search-mcp/jobs.json).), LINKEDIN_LI_AT (Optional: your logged-in LinkedIn li_at cookie, for richer/Premium LinkedIn data instead of guest mode. Against LinkedIn's ToS; see README.), LINKEDIN_JSESSIONID (Optional: your logged-in LinkedIn JSESSIONID cookie, paired with LINKEDIN_LI_AT for Premium mode.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Job Search MCP

same job, measured the same way
A
HuntBoard
by huntboard

Search real, recent job postings from company career pages and ATS boards, scored for fit.

1 tools answering
Skillmatch MCP
by jarmstrong158

Job search and ranking pipeline via MCP for Claude Desktop.

67 installs/wk local only
Musescore MCP
by chrischall

MuseScore for Claude — search sheet music and read score metadata via your signed-in browser

537 installs/wk local only
Scala Score
by alessandro114

MCP server for S.C.A.L.A. Score API — let Claude, ChatGPT, and AI agents search 250M+ companies

59 installs/wk local only
Yahoo Mail MCP
by andesstriker

Read, search, move, and delete Yahoo Mail over IMAP — MCP server for Claude

local only
MCP Metacritic
by smeet666

Search Metacritic films, shows and games, read scores and critic reviews. No API key.

83 installs/wk local only
Laserfiche MCP
by samuelshernandez

MCP server for self-hosted Laserfiche repositories — search and read documents from Claude.

117 installs/wk local only
MCP Toplist
by mcptoplist

Search 77,000+ MCP servers ranked by real adoption data to find the right one for any task.

2 tools answering

Job Search MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Job Search MCP?
Job Search MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @servation/job-search-mcp was installed 1 309 times last week.
How do I connect Job Search MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @servation/job-search-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Job Search MCP?
The npm package @servation/job-search-mcp was installed 1 309 times in the last week. Week over week that is +2351%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Job Search MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.