Skip to content
Zed

Job Search MCP for Zed

io.github.servation/job-search-mcp

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

client:Zed transport:stdio runtime:npm

Install Job Search MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "job-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@servation/job-search-mcp"
      ],
      "env": {
        "JOB_SEARCH_MCP_DATA": "<JOB_SEARCH_MCP_DATA>",
        "LINKEDIN_LI_AT": "<LINKEDIN_LI_AT>",
        "LINKEDIN_JSESSIONID": "<LINKEDIN_JSESSIONID>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Job Search MCP in other clients