0xdaef0f/job-searchoor logo

0xdaef0f/job-searchoor

Free

用于搜索职位列表的 MCP 服务器,支持日期、关键词、远程工作选项等筛选。

FreeFree tier
Type
Open Source

About 0xdaef0f/job-searchoor

Job Searchoor is an MCP (Model Context Protocol) server that provides job search functionality. It exposes a single tool, get_jobs, which allows users to fetch job listings with filtering options including date range (sinceWhen), keywords, exclusion keywords, and remote work preference. Designed for easy integration with AI assistants like Claude Desktop, it can be run via npx without installation. The project is open-source under the MIT License.

Key Features

Provides get_jobs tool for retrieving job listings with filtering options
Supports date filtering using days (e.g., '1d') or weeks (e.g., '1w')
Allows inclusion and exclusion keyword filters
Includes a remote work filter (isRemote boolean)
Easy to run with npx, no installation required
Integrates with Claude Desktop via MCP configuration
Open-source under MIT License

Pros & Cons

Pros
  • Simple and lightweight MCP server
  • Easy setup with npx, no manual build steps
  • Flexible filtering options including keyword exclusion
  • Open-source with MIT license allows modification and redistribution
  • Direct integration with Claude Desktop
Cons
  • Limited to days/weeks duration for date filter (no months or absolute dates)
  • No specification of job data source or coverage
  • Only one tool currently available (get_jobs)
  • No built-in pagination or result limits mentioned

Best For

Automating job searches within AI assistants like Claude DesktopFiltering job listings by date, keywords, and remote preferenceBuilding custom job search workflows with MCP-compatible toolsExcluding unwanted job categories from search results

FAQ

How do I use Job Searchoor with Claude Desktop?
Add the following configuration to your claude_desktop_config.json: {"mcpServers": {"job-search": {"command": "npx", "args": ["-y", "job-searchoor"]}}}
What tools does Job Searchoor provide?
It provides a single tool called get_jobs that returns job listings based on filtering inputs.
What filtering options are available?
Filters include: sinceWhen (string, e.g., '1d' or '1w'), keywords (string array, optional), excludeKeywords (string array, optional), and isRemote (boolean, optional).
What license does Job Searchoor use?
It is licensed under the MIT License, allowing free use, modification, and distribution.