Updated April 2026
Install BossZhipin MCP Server
Pick your client, copy the command, done.
Local setup required. This server has to be cloned and prepared on your machine before you register it in Claude Code.
1
Set the server up locally
Run this once to clone and prepare the server before adding it to Claude Code.
pip install -r requirements.txt
playwright install chromium2
Register it in Claude Code
After the local setup is done, run this command to point Claude Code at the built server.
claude mcp add mcp-boss -- python "<FULL_PATH_TO_MCP_BOSS>/dist/index.js"Replace <FULL_PATH_TO_MCP_BOSS>/dist/index.js with the actual folder you prepared in step 1.
Available Tools (6)
Once configured, BossZhipin MCP Server gives your AI agent access to:
login_full_autoAuto login with QR codelogin_start_interactiveInteractive login with guidanceget_login_infoGet login status & cookiesget_recommend_jobsGet recommended jobssearch_jobsSearch jobs by keywordkeywordcityexperiencesalarysend_greetingSend greeting to HRsecurity_idjob_idTry It Out
After setup, try these prompts with your AI agent:
→Login to my BossZhipin account using the QR code.
→Search for Python developer jobs in Shanghai with a salary range of 20-50k.
→Get my current login status and check if I have any recommended jobs.
→Send a greeting to the recruiter for the job with ID yyy.
Prerequisites & system requirements
- An MCP-compatible client (Claude Code, Cursor, Windsurf, Claude Desktop, or Codex)
- Python 3.8+ with pip installed
- Docker installed and running
Alternative installation methods
Docker
docker build -t mcp-boss . && docker run -p 8000:8000 mcp-bossKeep this setup from going cold
Save the docs, env vars, and workflow around BossZhipin MCP Server in Conare so Claude Code, Codex, and Cursor remember it next time.
Need the legacy visual installer? Open Conare IDE.