boss-agent-cli vs time
Side-by-side comparison to help you pick between these two MCP servers.
boss-agent-cli by can4hou6joeng4 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 568 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
boss-agent-cli · Summary
An AI-agent CLI tool for BOSS Zhipin job platform with MCP integration.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
boss-agent-cli · Use cases
- AI agents automating job search workflows on BOSS Zhipin
- Job seekers using AI to optimize resumes and apply for positions
- Recruiters managing candidates and applications through automation
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
boss-agent-cli · Install
Install via uv:
uv tool install boss-agent-cli
patchright install chromiumFor Claude Desktop MCP server configuration:
{
"mcpServers": {
"boss-agent": {
"command": "boss",
"args": ["mcp"]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}