Back to MCP Servers

Job Searchoor

An MCP server for searching job listings with filters for date, keywords, remote work options, and more.

search-data-extraction

Installation

npx -y job-searchoor

Configuration

{
  "mcpServers": {
    "job-searchoor": {
      "command": "npx",
      "args": ["-y", "job-searchoor"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub