mcp-jobs
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceMCP server that exposes job search data from multiple boards, enabling clients to query and manage job listings via natural language.7MIT
- Alicense-qualityCmaintenanceUnified 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
- Alicense-qualityDmaintenanceAn 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.331AGPL 3.0
- AlicenseAqualityAmaintenanceAn MCP server for searching UK tech jobs from the winterchill catalog, enabling job search, company lookup, and CV matching/tailoring via LLM agents.6MIT
Related MCP Connectors
MCP server for AI job search — find jobs, track applications, get alerts. Claude, ChatGPT, Cursor.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jiayuanlisayang-code/mcp-jobs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server