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.

Run in terminal
pip install -r requirements.txt
playwright install chromium
2

Register it in Claude Code

After the local setup is done, run this command to point Claude Code at the built server.

Run in terminal
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 code
login_start_interactiveInteractive login with guidance
get_login_infoGet login status & cookies
get_recommend_jobsGet recommended jobs
search_jobsSearch jobs by keyword
keywordcityexperiencesalary
send_greetingSend greeting to HR
security_idjob_id

Try 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-boss

Keep 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.
Remember this setup