Best for
- Users who need quick access to job listings from major Chinese recruitment sites
- Developers who want to integrate natural language job search into AI assistants
- Those who prefer a zero-configuration, out-of-the-box setup
This project offers zero-config job search functionality, suitable for individuals and developers to quickly integrate into AI assistants, but relies on scraping, posing compliance and stability risks.
mcp-jobs is an MCP-based job aggregation service that fetches job listings from major Chinese recruitment websites like Liepin, Boss, Zhilian, and 51job. It offers a zero-configuration experience with no API keys or registration required. Start with a single command, search jobs, get details, and aggregate data from multiple platforms, with standardized output for easy AI processing.
Run npx -y mcp-jobs in a terminal to start the service, then add an MCP server in your AI client (e.g., Claude Desktop, Cursor) with command npx -y mcp-jobs and empty environment variables. No registration or API key needed.
{
"mcpServers": {
"mcp-jobs": {
"command": "npx",
"args": [
"-y",
"mcp-jobs"
]
}
}
}