Skip to content
Cursor

job search for Cursor

io.github.pjw2004/job-search

Search Korean job postings from JobKorea and Saramin by company name

client:Cursor transport:stdio runtime:npm

Install job search in Cursor

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

{
  "mcpServers": {
    "job-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "job-search-mcp"
      ]
    }
  }
}

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

job search in other clients