Back to MCP directory
publicPublicdnsLocal runtime

job-searchoor

一个提供职位搜索功能的MCP服务器实现,支持按关键词、远程工作等条件筛选职位。

article

README

🚀 工作搜索 MCP 服务器

这是一个实现工作搜索功能的MCP服务器,能帮助用户方便地获取可用工作,还可配合Claude Desktop使用。

mc-demo Twitter 关注

🚀 快速开始

与Claude Desktop配合使用

将以下内容添加到您的 claude_desktop_config.json

{
    "mcpServers": {
        "job-search": {
            "command": "npx",
            "args": ["-y", "job-searchoor"]
        }
    }
}

✨ 主要特性

工具 - get_jobs

获取可用工作,带有过滤选项。

  • 输入参数
    • sinceWhen (字符串):从何时开始获取可用工作。例如,'1d' 或 '1w'(仅支持天和周)
    • keywords (字符串数组,可选):用于筛选工作的关键字
    • excludeKeywords (字符串数组,可选):要排除的工作关键字
    • isRemote (布尔值,可选):是否按远程工作过滤

📄 许可证

此MCP服务器根据MIT License授权。这意味着您可以自由地使用、修改和分发软件,但需遵守MIT License的条款和条件。有关详细信息,请参阅项目存储库中的 LICENSE 文件。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client