mcp-jobs
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-jobssearch for remote data analyst jobs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-jobs (Fixed Edition)
修复版 mcp-jobs:解决 Windows / WorkBuddy 下
console.log污染 stdout 导致 MCPConnection closed的问题。
问题描述
原始 mcp-jobs v1.4.0 在 src/index.ts 和 src/services/storageService.ts 中使用了 console.log() 输出中文日志(如"开始搜索职位"、"搜索完成"等),这些文本输出到 stdout,违反了 MCP 协议的 JSON-RPC 规范。
表现现象:WorkBuddy / Claude Desktop 等 MCP 客户端在调用 mcp_search_job 时报 MCP error -32000: Connection closed。
根因日志:SyntaxError: Unexpected token '开', "开始搜索职位 - 关"... is not valid JSON
Related MCP server: RecruitData
修复内容
将以下文件中的所有活跃 console.log() 调用改为 console.error()(走 stderr,不污染 JSON-RPC 流):
文件 | 修复行 | 说明 |
| L40, L42, L66, L82, L90 | 爬取配置、搜索结果日志 |
| L29 | 数据保存日志 |
修复时间:2026-08-07 | 验证环境:Windows 11 + WorkBuddy + Node.js 22.22.2
安装
# 方案1:npm 安装(从 GitHub)
npm install github.com/YOUR_USERNAME/mcp-jobs-fixed
# 方案2:本地安装
git clone https://github.com/YOUR_USERNAME/mcp-jobs-fixed.git
cd mcp-jobs-fixed
npm install && npm link
# Chromium(Playwright 依赖,必须安装)
npx playwright install chromiumWorkBuddy 配置
在 ~/.workbuddy/mcp.json 中添加:
{
"mcpServers": {
"mcp-jobs": {
"type": "stdio",
"command": "/path/to/node.exe",
"args": ["/path/to/mcp-jobs-fixed/dist/mcp.js"],
"disabled": false
}
}
}重要:
command必须是 node 的绝对路径,不可写裸node(WorkBuddy 不走系统 PATH)。 Windows 推荐使用 WorkBuddy 自带的便携 Git bash 或绝对路径 node.exe。
故障排查
现象 | 可能原因 | 解决 |
| stdout 有非 JSON 输出 | 检查 |
工具未注册 |
| 在 mcp.json 中为 mcp-jobs 显式添加 |
搜索无结果 | Chromium 未安装 |
|
改了配置但连接器消失 | 信任哈希变化 | 到连接器管理页右上角「自定义连接器」重新点 Trust |
版本
基于 mergedao/mcp-jobs v1.4.0 修复。
License
MIT(同原始仓库)
This server cannot be deployed
Maintenance
Related MCP Connectors
Public MCP server for discovering open jobs. Search, filter, and get application links.
GetJobzi MCP server for job search, application tracking, and career forecasting.
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT
- AlicenseNot gradedqualityDmaintenanceUnified job search MCP server that aggregates live listings from multiple job boards with deduplication, enabling AI agents to find and filter jobs by keyword and location.MIT
- AlicenseCqualityDmaintenanceAn MCP server that enables AI-assisted job search workflows including job discovery, application tracking, resume evaluation, and cover letter generation, with support for multiple job sources and scheduled scraping.8325 npm1AGPL 3.0
- AlicenseAqualityCmaintenanceMCP server that scours job openings from public, ToS-clean sources (Greenhouse, Lever, Ashby, HN, RemoteOK, Adzuna, USAJobs) and provides tools for job search, company listings, and salary context.4MIT