mcpbeat Sign in

Job Search MCP Server

local only

Job Search runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 18 Mar 2026.

Search Korean job postings from JobKorea and Saramin by company name

Installs per day peak 29 · avg 9 · +31% w/w
a month agotoday
44
Installs / week
npm · job-search-mcp
2
Stars
0 open issues
18 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Job Search 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 -- npx -y job-search-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "job-search": {
      "args": [
        "-y",
        "job-search-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.job-search]
command = "npx"
args = ["-y", "job-search-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "job-search": {
      "args": [
        "-y",
        "job-search-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "job-search": {
      "args": [
        "-y",
        "job-search-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Job Search

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
Jobs Search Multi
by dataleadspro

Search job postings across Indeed, LinkedIn, and more from one request - titles, companies

4 tools answering
TheirStack
by theirstack

Search job postings, companies, and technology stacks across 10M+ companies.

answering
Voxjobs (Portugal)
by voxs

Job listings in Portugal: search, salary statistics, comparables and companies.

6 tools answering
JobYap Job Search
by jobyap

Search job postings aggregated from companies' careers sites, plus each job's discussion thread.

41 installs/wk 8 tools answering
LowlandData Jobs
by lowlanddata

Job postings: German roles from StepStone, and any company's Greenhouse or Lever board.

answering
Jobseek
by colophon-group

Search jobs and companies on Job Seek (jseek.co)

42 installs/wk local only
Datocapital
by datocapital

Official company and director data: search, profiles, filings, and name normalization.

11 tools answering

Job Search — questions

Answers built from our own checks of this server.

Why is there no uptime for Job Search?
Job Search 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 job-search-mcp was installed 44 times last week.
How do I connect Job Search?
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 job-search-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Job Search?
The npm package job-search-mcp was installed 44 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Job Search open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 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.