mcp-server-chart vs mTarsier
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mTarsier by mcp360 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 38 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsProductivityAI / LLM 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.
mTarsier · Summary
mTarsier is an MCP server management platform that centralizes and simplifies MCP server configuration across multiple AI clients.
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
mTarsier · Use cases
- Centralizing MCP server management across multiple AI clients
- Discovering and installing new MCP servers through a marketplace
- Managing custom skills across different AI development environments
- Automating MCP server configuration with CLI tools
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"]
}
}
}mTarsier · Install
Installation
Download
Download the latest release from the [Releases](https://github.com/mcp360/mTarsier/releases/latest) page:
| Platform | File | |---|---| | macOS Apple Silicon | mTarsier_*_aarch64.dmg | | macOS Intel | mTarsier_*_x64.dmg | | Windows | mTarsier_*_x64-setup.exe | | Linux | mTarsier_*_amd64.AppImage / mTarsier_*_amd64.deb |
Homebrew (coming soon)
brew install mcp360/tap/tsrCLI Setup
Install the CLI tool from the app: **Settings → CLI Tool → Install tsr CLI**
Using with Claude Desktop
mTarsier can automatically manage Claude Desktop's MCP configuration. After installation, it will detect Claude Desktop and you can manage MCP servers through the dashboard or CLI.
The Claude Desktop configuration is typically located at:
~/Library/Application Support/Claude/claude_desktop_config.jsonmTarsier will automatically backup this file before making changes.