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
By 0xDAEF0F
Installation
npx -y job-searchoorConfiguration
{
"mcpServers": {
"job-searchoor": {
"command": "npx",
"args": ["-y", "job-searchoor"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes