job-searchoor vs time
Side-by-side comparison to help you pick between these two MCP servers.
job-searchoor by 0xDAEF0F | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 63 | ★ 85,748 |
| 30d uses | — | — |
| Score | 37 | 77 |
| Official | — | ✓ |
| Categories | ProductivityAI / LLM ToolsOther | ProductivityDeveloper ToolsCommunication |
| Language | JavaScript | TypeScript |
| Last commit | 13 mo ago | this month |
job-searchoor · Summary
A job search MCP server that provides tools to filter and find relevant job opportunities based on keywords, location, and recency.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
job-searchoor · Use cases
- AI assistants helping users find job opportunities based on their skills and preferences
- Automated job search workflows that filter and present relevant positions
- Integration with career planning tools to match job listings with user profiles
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
job-searchoor · Install
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.
time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}