mcp-server-chart vs help-scout-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | help-scout-mcp-server by drewburchfield | |
|---|---|---|
| Stars | ★ 4,068 | ★ 40 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | CommunicationProductivityDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
help-scout-mcp-server · Summary
MCP server for Help Scout - search conversations, threads, and inboxes with AI agents.
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
help-scout-mcp-server · Use cases
- Automated customer support response generation with full context
- Analysis of customer support patterns across multiple inboxes
- Real-time retrieval of customer information during conversations
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"]
}
}
}help-scout-mcp-server · Install
Claude Desktop (Recommended)
- Download the latest [
.mcpbfile from releases](https://github.com/drewburchfield/help-scout-mcp-server/releases) - Double-click to install (or drag into Claude Desktop)
- Enter your Help Scout App ID and App Secret when prompted
VS Code / Cursor
Add to your MCP client's config file (claude_desktop_config.json, .cursor/mcp.json):
{
"mcpServers": {
"helpscout": {
"command": "npx",
"args": ["help-scout-mcp-server"],
"env": {
"HELPSCOUT_APP_ID": "your-app-id",
"HELPSCOUT_APP_SECRET": "your-app-secret"
}
}
}
}npm
npm install -g help-scout-mcp-serverThen configure in your MCP client with the command help-scout-mcp-server.