Job Searchoor MCP Server
About
A simple MCP server that delivers you jobs based on your needs
Details
- Author
- 0xDAEF0F
- GitHub stars
- 65
- Downloads
- 351
- Categories
- Other
Jump to
- Provides a single tool called get_jobs for job searching.
- Supports filtering by keywords and excluding keywords.
- Allows filtering by remote work status.
- Accepts a time range parameter (sinceWhen e.g., '1d' or '1w').
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Job Searchoor MCP ServerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Add the server configuration to your MCP client’s config file (e.g., claude_desktop_config.json) using the command npx -y job-searchoor. Then invoke the get_jobs tool with the required parameter sinceWhen and optional parameters keywords, excludeKeywords, and isRemote.
get_jobs
Get the available jobs
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"job searchoor mcp server": {
"job-search": {
"command": "npx",
"args": [
"-y",
"job-searchoor"
]
}
}
}
}
McpServers
{
"job-search": {
"command": "npx",
"args": [
"-y",
"job-searchoor"
]
}
}
Job Searchoor MCP Server
An MCP server implementation that provides job search functionality.
Tools
get_jobs
Get available jobs with filtering options
Inputs:
sinceWhen (string): Since when to get available jobs. e.g., '1d' or '1w' (only days and weeks are supported)
keywords (string[], optional): Keywords to filter jobs by
excludeKeywords (string[], optional): Keywords to exclude from the jobs
isRemote (boolean, optional): Whether to filter jobs by remote work
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
``json{``
"mcpServers": {
"job-search": {
"command": "npx",
"args": ["-y", "job-searchoor"]
}
}
License
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



