Boss Agent CLI
🐍 🏠 🍎 🪟 🐧 - BOSS Zhipin recruitment workflow for AI agents. 49 MCP
What is Boss Agent CLI?
Boss Agent CLI is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🐍 🏠 🍎 🪟 🐧 - boss zhipin recruitment workflow for ai agents. 49 mcp
🐍 🏠 🍎 🪟 🐧 - BOSS Zhipin recruitment workflow for AI agents. 49 MCP
This server falls under the Business Applications category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP protocol support
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx boss-agent-cliConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Boss Agent CLI
boss-agent-cli is a local AI agent CLI tool for job seekers using BOSS Zhipin (a major Chinese job platform), exposing 35+ commands as MCP tools for structured, read-first job search workflows. It lets AI agents search job listings with multi-dimensional filters (city, salary, welfare benefits), view job details, maintain a local candidate pool, run AI-powered JD analysis and resume polishing, and export structured JSON results — all without automating sensitive actions like messaging or applying, which are intentionally blocked by default to comply with platform policies.
Prerequisites
- Python 3.10 or later installed
- uv or pipx for isolated Python tool installation
- A BOSS Zhipin (zhipin.com) account for login
- Chromium browser (installed via patchright) for authentication flows
- An MCP-compatible client such as Claude Desktop
Install boss-agent-cli
Install the tool using uv (recommended for automatic isolation) or pipx.
uv tool install boss-agent-cli
# Also install Chromium for login flows
patchright install chromiumRun environment health check
Verify the installation and check that all dependencies are correctly set up.
boss doctorLog in to BOSS Zhipin
Authenticate with your BOSS Zhipin account. The login flow opens a browser session for user-initiated authentication — no automated credential handling.
boss login
boss statusSearch for jobs with filters
Search for positions with keyword, city, and welfare filters. All output is structured JSON suitable for AI agent parsing.
boss search "Python" --city 北京 --welfare "双休,五险一金"
boss search "Golang" --city 广州 --salary "15k-30k"View details and manage your shortlist
View full job details by security_id and add interesting positions to your local candidate pool for follow-up.
boss detail <security_id>
boss shortlist add <security_id> <job_id>
boss shortlist listConfigure MCP integration
Add boss-agent-cli to your MCP client so AI agents can call its tools directly during conversations.
Boss Agent CLI Examples
Client configuration
Claude Desktop configuration to enable boss-agent-cli as an MCP server.
{
"mcpServers": {
"boss-agent-cli": {
"command": "boss",
"args": ["mcp"],
"env": {}
}
}
}Prompts to try
Example prompts for job search and AI-assisted resume workflows via boss-agent-cli.
- "Search for senior Python developer roles in Beijing with 双休 and 五险一金 benefits"
- "Show me the details for job ID abc123 and add it to my shortlist"
- "Analyze this job description and tell me how well my resume matches it"
- "Export the top 50 Golang roles in Guangzhou to a CSV file"
- "Show my local shortlist and give me a summary of the companies"Troubleshooting Boss Agent CLI
Login fails or browser does not open
Ensure patchright and Chromium are installed by running 'patchright install chromium'. Then retry 'boss login'. If a CDP URL is needed for an existing browser session, set it via 'boss config set cdp_url <url>'.
Search returns COMPLIANCE_BLOCKED error for certain commands
This is by design. Commands like greet, apply, batch-greet, and messaging are blocked in default low-risk mode. These actions must be performed manually on the official BOSS Zhipin website.
boss command not found after installation
If using uv, ensure your uv tools bin directory is in your PATH (typically ~/.local/bin). Run 'uv tool list' to confirm installation, then add the bin directory to your shell's PATH.
Frequently Asked Questions about Boss Agent CLI
What is Boss Agent CLI?
Boss Agent CLI is a Model Context Protocol (MCP) server that 🐍 🏠 🍎 🪟 🐧 - boss zhipin recruitment workflow for ai agents. 49 mcp It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Boss Agent CLI?
Follow the installation instructions on the Boss Agent CLI GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Boss Agent CLI?
Boss Agent CLI works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Boss Agent CLI free to use?
Yes, Boss Agent CLI is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Boss Agent CLI Alternatives — Similar Business Applications Servers
Looking for alternatives to Boss Agent CLI? Here are other popular business applications servers you can use with Claude, Cursor, and VS Code.
n8n
★ 189.1kA comprehensive MCP server that provides full control over n8n automation workflows through natural language. It offers 43 tools for managing workflows, executions, credentials, and data tables, with safety features like write-mode protection and dou
LobeHub
★ 77.5k🤯 LobeHub is your Chief Agent Operator, organizing your agents into 7×24 operations by hiring, scheduling, and reporting on your entire AI team.
Jeecgboot
★ 46.4kAI 低代码平台,「低代码 + 零代码」双模式驱动:低代码一键生成前后端代码,零代码 5 分钟搭建系统,AI Skills 一句话画流程、设计表单、生成整套系统。内置 AI聊天、知识库、流程编排、MCP插件等,兼容主流大模型。引领「AI 生成 → 在线配置 → 代码生成 → 手工合并->AI修改」开发模式,消除 Java 项目 80% 的重复工作,提效而不失灵活。
CowAgent
★ 44.7kCowAgent (chatgpt-on-wechat) 是基于大模型的超级AI助理,能主动思考和任务规划、访问操作系统和外部资源、创造和执行Skills、通过长期记忆和知识库不断成长,比OpenClaw更轻量和便捷。同时支持微信、飞书、钉钉、企微、QQ、公众号、网页等接入,可选择DeepSeek/OpenAI/Claude/Gemini/ MiniMax/Qwen/GLM/LinkAI,能处理文本、语音、图片和文件,可快速搭建个人AI助理和企业数字员工。
Minds Platform
★ 39.2kPlatform dedicated to building an open foundation for applied Artificial Intelligence, designed for people seeking production-ready AI systems they can truly control, extend and deploy anywhere.
Astrbot
★ 32.8kAI Agent Assistant & development framework that integrates lots of IM platforms, LLMs, plugins and AI feature, and can be your openclaw alternative. ✨
Browse More Business Applications MCP Servers
Explore all business applications servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Boss Agent CLI in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Boss Agent CLI?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.