Job Searcher

Job Searcher

An MCP server implementation providing job search functionality with filters.

53
Stars
8
Forks
0
Releases

Overview

Job Searchoor MCP Server is an MCP server implementation that exposes a get_jobs tool to retrieve and filter job listings. It supports time-based filtering via sinceWhen (e.g., '1d' or '1w'), optional keywords to include, optional excludeKeywords to omit certain results, and an optional isRemote flag to limit results to remote positions. This allows clients to fetch only relevant postings according to time and content preferences. The server can be integrated with Claude Desktop by configuring an mcpServers entry (for example using npx to run the 'job-searchoor' command), illustrating how to wire the MCP server into Claude workflows. The project is released under the MIT License, permitting use, modification, and distribution under those terms. Overall, the server is designed to be easy to integrate into existing MCP tooling, enabling developers to add job search capabilities to their applications with simple configuration and filtering options.

Details

Owner
0xDAEF0F
Language
JavaScript
License
MIT License
Updated
2025-12-07

Features

get_jobs

Retrieves available jobs with filtering options including sinceWhen, keywords, excludeKeywords, and isRemote.

Time-based filtering

Filters results by a time window using sinceWhen values such as '1d' or '1w'.

Keyword filtering

Filters by including or excluding keywords via keywords and excludeKeywords input.

Remote work filtering

Optional isRemote flag to limit results to remote positions.

Claude Desktop integration

Configured via Claude Desktop using an mcpServers entry and an NPX-based command to run the server.

Audience

DevelopersIntegrate job search into MCP workflows and client apps, including Claude Desktop integrations.
MCP integratorsAdd a reusable job search tool to MCP servers for client apps.
Claude usersAccess job search results through Claude Desktop using an MCP server.

Tags

job searchfilterstime-based filteringremote workget_jobsMCP serverClaude Desktopintegration