Skip to content
Claude Desktop

Workable Jobs Scraper - Clean Job Data API for Claude Desktop

com.ranovam/workable-scraper

Scrape any company's Workable job board and get clean, de-duplicated job data: title, department…

client:Claude Desktop transport:streamable-http

Install Workable Jobs Scraper - Clean Job Data API in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "workable-scraper": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.apify.com?tools=enezli/workable-scraper"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Workable Jobs Scraper - Clean Job Data API in other clients