mcp-server-chart vs ThinkWatch
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ThinkWatch by ThinkWatchProject | |
|---|---|---|
| Stars | ★ 4,068 | ★ 868 |
| 30d uses | 10,239 | — |
| Score | 84 | 54 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| 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.
ThinkWatch · Summary
Enterprise AI bastion host with unified proxying, RBAC, audit logs, rate limiting, and cost tracking across multiple LLM providers and MCP servers.
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
ThinkWatch · Use cases
- Enterprise governance of AI usage across development teams with unified authentication and audit trails
- Cost control and budget management for AI API calls across multiple providers
- Secure access control for MCP tools with per-user OAuth tokens and RBAC
- Monitoring and compliance for AI-assisted code generation and data access
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"]
}
}
}ThinkWatch · Install
Installation
ThinkWatch requires Docker and Docker Compose for deployment. Follow these steps:
- Clone the repository:
git clone https://github.com/ThinkWatchProject/ThinkWatch.git
cd ThinkWatch- Start the services:
docker compose up -d- Access the web console at http://localhost:3001
Integration with Claude Desktop
To use ThinkWatch with Claude Desktop, update your Claude Desktop configuration:
{
"mcpServers": {
"thinkwatch": {
"command": "npx",
"args": ["@thinkwatch/mcp-server", "--server", "http://localhost:3000"]
}
}
}Configure your API key in the Claude Desktop settings or set it as an environment variable.