New:Socket for Asana Is Now Available.Learn more
Get Started

@jseek/mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jseek/mcp-server

MCP server for Job Seek — search jobs, companies, and watchlists on jseek.co

Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@jobseek/mcp-server

MCP server for Job Seek — search jobs, companies, and watchlists directly from Claude, Cursor, or any MCP-compatible client.

Installation

Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "jobseek": {
      "command": "npx",
      "args": ["@jobseek/mcp-server"]
    }
  }
}

Claude Code

claude mcp add jobseek -- npx @jobseek/mcp-server

Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "jobseek": {
      "command": "npx",
      "args": ["@jobseek/mcp-server"]
    }
  }
}

Tools

ToolDescription
search_jobsSearch job postings with filters (keywords, location, seniority, tech stack, salary, experience)
get_job_detailGet full metadata for a posting (salary, technologies, seniority, experience, locations)
search_companiesSearch companies by name
list_taxonomiesList valid filter values (seniority levels, occupations, technologies, industries)
resolve_slugsConvert freetext to exact slugs needed for filter params
search_watchlistsSearch public watchlists
create_watchlist_linkGenerate a prefilled watchlist creation link

Usage

Ask Claude things like:

  • "Find senior backend engineer jobs in Zurich"
  • "What companies are hiring for machine learning roles?"
  • "Show me React jobs paying over 100k EUR"
  • "Create a watchlist for Go developer positions in Switzerland"

The server will guide Claude through the correct workflow: resolving freetext to slugs, searching with those slugs, and drilling into individual postings.

Options

--base-url <url>    API base URL (default: https://jseek.co)

Rate Limits

The Job Seek API is rate-limited to 30 requests per minute per IP.

License

MIT

FAQs

Package last updated on 25 Mar 2026

Related posts