Skip to content
Cursor

jobseek for Cursor

io.github.colophon-group/jobseek

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

client:Cursor transport:stdio runtime:npm

Install jobseek in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

jobseek in other clients