Content
## Currently Under Continuous Construction...
### Introduction
This is an [mcp](https://modelcontextprotocol.io/introduction) server that provides the capability for large models to access certain interfaces of Boss Zhipin, allowing large models to replace users in manually screening job positions and greeting bosses.
### Quick Preview
1. Configuration
```
{
"mcpServers": {
"mcp-boss-zp": {
"command": "npx",
"args": [
"-y",
"mcp-boss-zp"
],
"env": {
"COOKIE": "The cookie required when Boss sends a request"
"BST": "Parameters required for the greeting interface"
},
"disabled": false
}
}
}
```
2. Example of a conversation to retrieve the job list



Some invalid conversations were omitted due to not restarting after updates, but this does not affect the results.
### To-Do List
- [x] Provide resources to access the job recommendation list from Boss Zhipin
- [x] Provide resources for greetings
- [ ] Provide resources for retrieving message information
- [ ] Docker build method
- [ ] Debug configuration
Connection Info
You Might Also Like
Git
Model Context Protocol Servers
TrendRadar
🎯 Say goodbye to information overload. AI helps you understand news hotspots...
repomix
📦 Repomix is a powerful tool that packs your entire repository into a...
Mastra
The TypeScript AI agent framework. ⚡ Assistants, RAG, observability....
Blender
BlenderMCP integrates Blender with Claude AI for enhanced 3D modeling.
cua
Open-source infrastructure for Computer-Use Agents. Sandboxes, SDKs, and...