Job Search MCP Server

채용 플랫폼(잡코리아, 사람인)에서 회사명으로 채용공고를 검색하는 MCP 서버입니다. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-03-18 · ★ 2 · #608 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Job Search

Claude Code

claude mcp add pjw2004-career-mcp -- npx -y job-search-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "pjw2004-career-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "job-search-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package job-search-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.PJW2004 is GitHub-verified and matches the repo owner

03 · What Job Search can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.0.6 · 2026-03-14

v0.0.6 릴리즈 노트 · add : 동시성 제한(10개 배치) 적용으로 대량 검색 안정성 개선 ( · add : 대량 검색 결과를 임시 파일로 저장하여 MCP 토큰 한도 제한 우회 · add : HTTP 요청별 15초 타임아웃 적용 (무한 대기 방지) · add : MCP 도구 호출 시 응답 크기/소요 시간 로그 출력 · modified : README에 아키텍처, 성능 기록…

v0.0.5 · 2026-03-13

v0.0.5 릴리즈 노트 · add : search_jobs_bulk 도구 추가 (여러 회사 채용공고 병렬 일괄 검색) · modified : 회사명 파라미터에 "원본 그대로 전달" 안내 추가 (AI 가 회사명을 임의로 변경하는 문제 방지)

v0.0.4 · 2026-03-13

v0.0.4 릴리즈 노트 · modified : tool description에 영문 키워드 추가 (tool discoverability 개선) · add : MCP Registry 지원 (mcpName, server.json) · add : docs/testing.md (테스트 미추가 사유) · add : docs/publishing.md (npm/MCP Registry 배포 가이드)

04 · Who maintains Job Search

job-search is maintained by pjw2004. It's the only MCP server we track from this author; the repo dates to Jan 2026.

05 · Facts

category
other - ranked #608 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.PJW2004/job-search (active, first published 2026-03-13 · 2 versions)
packages
npm:job-search-mcp

06 · Job Search FAQ

What is Job Search?

채용 플랫폼(잡코리아, 사람인)에서 회사명으로 채용공고를 검색하는 MCP 서버입니다. It runs locally over stdio via the published package.

Is Job Search still maintained?

Yes - as of 2026-08-25, its last commit was 2026-03-18. We re-verify nightly.

How do I install Job Search?

Run `npx -y job-search-mcp`. You can also paste the ready-made client config above.

Does Job Search run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Job Search

More MCP servers to compare · Primamcp · Platfone · CLI Microsoft365 MCP Server · Litmus · Port

More JavaScript MCP servers · Ncp · Post Bridge · AINumbers Fintech Intelligence Suite · Weasley DeepMind · see all