Job Searchoor MCP Server

by 0xDAEF0F

65 stars
351 downloads
Not rated
GitHub

About

A simple MCP server that delivers you jobs based on your needs

Details

Author
0xDAEF0F
GitHub stars
65
Downloads
351
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Job Searchoor MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

Twitter Follow

An MCP server implementation that provides job search functionality.

mc-demo

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.