Skip to content
Grok

Job Search MCP for Grok

io.github.servation/job-search-mcp

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

client:Grok transport:stdio runtime:npm

Install Job Search MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "job-search-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Job Search MCP in other clients