mcp-server-chart vs boss-agent-cli
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | boss-agent-cli by can4hou6joeng4 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 568 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | Python |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
boss-agent-cli · Summary
An AI-agent CLI tool for BOSS Zhipin job platform with MCP integration.
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
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
mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}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"]
}
}
}