Odel
jobseek

jobseek

Local
@colophon-group187PythonMITUpdated 6 days ago

Search jobs and companies on Job Seek (jseek.co)

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@jseek/mcp-serverv0.2.0

Run

npx -y @jseek/mcp-server

MCP client config

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