Mcp Jobs
Description
# mcp-jobs 基于 MCP(Model-Controller-Provider)架构的多平台职位聚合服务,支持从主流招聘网站(猎聘、BOSS直聘、智联招聘、前程无忧)获取职位信息,为大模型提供结构化的职位数据。 [![NPM Version][npm-image]][npm-url] [![Node.js Version][node-version-image]][node-version-url] [![License][license-image]][license-url] ## 功能特性 -…
About
# mcp-jobs 基于 MCP(Model-Controller-Provider)架构的多平台职位聚合服务,支持从主流招聘网站(猎聘、BOSS直聘、智联招聘、前程无忧)获取职位信息,为大模型提供结构化的职位数据。 [![NPM Version][npm-image]][npm-url] [![Node.js Version][node-version-image]][node-version-url] [![License][license-image]][license-url] ## 功能特性 - 多平台数据聚合:支持从多个主流招聘网站获取职位信息 - 统一数据格式:将不同平台的数据统一为标准格式 -…
Details
- Author
- mergedao
- Downloads
- 662
- Categories
- Search, Knowledge Base, Other
Jump to
- Aggregates job data from multiple recruitment platforms
- Unifies data into a standardized, structured format
- Supports filtering by job title, city, and salary range
- Provides real-time data updates for timeliness
- Delivers structured output optimized for large models
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp JobsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the package via npm, yarn, or pnpm, or run it directly with npx. Set the MCP_JOBS_API_KEY environment variable with your API key. Configure the server in your AI client (e.g., Cursor, Claude Desktop, Windsurf, Cline) using the provided command and environment variables. Supported configuration keys include MCP_JOBS_API_KEY and optional provider toggles like MCP_PROVIDER_BOSS_ENABLED.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp jobs": {
"mcp-jobs": {
"command": "npx",
"args": [
"-y",
"mcp-jobs"
],
"env": {
"MCP_JOBS_API_KEY": ""
}
}
}
}
}
McpServers
{
"mcp-jobs": {
"command": "npx",
"args": [
"-y",
"mcp-jobs"
],
"env": {
"MCP_JOBS_API_KEY": ""
}
}
}
mcp-jobs
基于 MCP(Model-Controller-Provider)架构的多平台职位聚合服务,支持从主流招聘网站(猎聘、BOSS直聘、智联招聘、前程无忧)获取职位信息,为大模型提供结构化的职位数据。
[![NPM Version][npm-image]][npm-url]
[![Node.js Version][node-version-image]][node-version-url]
[![License][license-image]][license-url]
功能特性
- 多平台数据聚合:支持从多个主流招聘网站获取职位信息
- 统一数据格式:将不同平台的数据统一为标准格式
- 灵活搜索条件:支持按职位名称、城市、薪资范围等条件筛选
- 实时数据更新:保证职位信息的时效性
- 结构化输出:提供标准化的数据格式,方便大模型处理和分析
安装方式
通过 npx 临时运行
最简单的方式是使用 npx 临时运行,不需要全局安装:
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




