mcp-server-chart vs Faxbot
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Faxbot by DMontgomery40 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 7 |
| 30d uses | 10,239 | — |
| Score | 84 | 38 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | CommunicationDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | 7 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
Faxbot · Summary
A self-hosted fax API with MCP support for AI assistant 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
Faxbot · Use cases
- Integrate fax capabilities into AI-powered customer service systems
- Automate document transmission from AI agents in healthcare
- Add fax functionality to productivity AI assistants
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"]
}
}
}Faxbot · Install
Installation
- Using Docker Compose:
docker compose up -d --build api
docker compose --profile mcp up -d --build faxbot-mcp
docker compose --profile mcp up -d --build faxbot-mcp-sse- Via MCP:
For Claude Desktop, add to claude_desktop_config.json:
{
"mcpServers": {
"faxbot": {
"command": "node",
"args": ["/path/to/faxbot-mcp"]
}
}
}- Via SDK:
- Python:
pip install faxbot - Node.js:
npm install faxbot