← Back to browse

Job Search MCP

Indexed by io.github.Servation

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsJOB_SEARCH_MCP_DATA LINKEDIN_LI_AT LINKEDIN_JSESSIONID
Claude Code
claude mcp add --env JOB_SEARCH_MCP_DATA= --env LINKEDIN_LI_AT= --env LINKEDIN_JSESSIONID= job-search-mcp -- npx @servation/job-search-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"job-search-mcp","command":"npx","args":["@servation/job-search-mcp"],"env":{"JOB_SEARCH_MCP_DATA":"","LINKEDIN_LI_AT":"","LINKEDIN_JSESSIONID":""}}'
JSON
{
  "mcpServers": {
    "job-search-mcp": {
      "command": "npx",
      "args": [
        "@servation/job-search-mcp"
      ],
      "env": {
        "JOB_SEARCH_MCP_DATA": "",
        "LINKEDIN_LI_AT": "",
        "LINKEDIN_JSESSIONID": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.