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.
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:
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 READMEget_jobssinceWhen (string), keywords (string[], optional), excludeKeywords (string[], optional), isRemote (boolean, optional)Get available jobs with filtering options
Comparable tools
Installation
Installation
- Install the MCP server via npm:
npm install -g job-searchoor- Configure Claude Desktop by adding this to your
claude_desktop_config.json:
{
"mcpServers": {
"job-search": {
"command": "npx",
"args": ["-y", "job-searchoor"]
}
}
}- 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
Last updated · Auto-generated from public README + GitHub signals.