Skip to content
Cursor

JobScout MCP for Cursor

io.github.sarutobisasuke8/jobscout-mcp

Multi-source job discovery, deduplication and AI/Web3 classification for AI agents.

client:Cursor transport:stdio runtime:npm

Install JobScout MCP in Cursor

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

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

{
  "mcpServers": {
    "jobscout-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sarutobi-sasuke/jobscout-mcp"
      ],
      "env": {
        "JOBSCOUT_ENABLE_HIMALAYAS": "<JOBSCOUT_ENABLE_HIMALAYAS>",
        "JOBSCOUT_ENABLE_JOBSPY": "<JOBSCOUT_ENABLE_JOBSPY>",
        "JOBSPY_PYTHON": "<JOBSPY_PYTHON>"
      }
    }
  }
}

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

JobScout MCP in other clients