MCP Catalogs
Homejob-searchoor screenshot

job-searchoor

by 0xDAEF0F·63·Score 37

A job search MCP server that provides tools to filter and find relevant job opportunities based on keywords, location, and recency.

productivityai-llmother
13
Forks
4
Open issues
13 mo ago
Last commit
2d ago
Indexed

Overview

Job Searchoor is a purpose-built MCP server designed to streamline the job search process by delivering relevant job opportunities directly to users through the Model Context Protocol. It offers a single 'get_jobs' tool with practical filtering options including keywords, exclusions, and remote work preferences. The server appears to target developers and technical professionals seeking employment, with a clean interface that integrates seamlessly with Claude Desktop. While the implementation is simple, it addresses a common need in the AI-assisted workflow ecosystem by bringing job listings directly into the context of AI conversations.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:AI assistants helping users find job opportunities based on their skills and preferences
you:Automated job search workflows that filter and present relevant positions
you:Integration with career planning tools to match job listings with user profiles
you:What time formats are supported for filtering jobs by recency?
you:Can I use this MCP server with other AI applications besides Claude Desktop?

When to choose this

Choose Job Searchoor if you're a job seeker who wants to integrate job search directly into your AI workflow without switching between multiple platforms.

When NOT to choose this

Don't choose Job Searchoor if you need specialized job search features like company research, salary comparison, or application tracking that aren't provided.

Tools this server exposes

1 tool extracted from the README
  • get_jobssinceWhen (string), keywords (string[], optional), excludeKeywords (string[], optional), isRemote (boolean, optional)

    Get available jobs with filtering options

Comparable tools

job-search-mcplinkedin-api-mcpindeed-mcp

Installation

Installation

  1. Install the MCP server via npm:
npm install -g job-searchoor
  1. Configure Claude Desktop by adding this to your claude_desktop_config.json:
{
  "mcpServers": {
    "job-search": {
      "command": "npx",
      "args": ["-y", "job-searchoor"]
    }
  }
}
  1. Restart Claude Desktop to activate the server.

FAQ

What time formats are supported for filtering jobs by recency?
The server supports 'd' for days and 'w' for weeks (e.g., '1d' for one day ago, '2w' for two weeks ago).
Can I use this MCP server with other AI applications besides Claude Desktop?
Currently, the documentation only shows integration with Claude Desktop, but being an MCP server, it should theoretically work with any MCP-compatible client.

Compare job-searchoor with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.