Job Searcher
Created 5 months ago
An MCP server implementation that provides job search functionality.
development
documentation
public
What is Job Searcher?
A FastMCP server that provides tools for retrieving and filtering job listings based on time period, keywords, and remote work preferences.
Documentation
Job Searchoor MCP Server
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 byexcludeKeywords(string[], optional): Keywords to exclude from the jobsisRemote(boolean, optional): Whether to filter jobs by remote work
Usage with Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"job-search": {
"command": "npx",
"args": ["-y", "job-searchoor"]
}
}
}
Server Config
{
"mcpServers": {
"job-searcher-server": {
"command": "npx",
"args": [
"job-searcher"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 02, 2025
Updated At:
Aug 07, 2025
Author:
0xDAEF0F
Category:
community
License:
MIT License
Tags:
development
documentation
public