mcp-server-chart vs wanaku
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | wanaku by wanaku-ai | |
|---|---|---|
| Stars | ★ 4,068 | ★ 112 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsOps & InfraAI / LLM Tools |
| Language | TypeScript | Java |
| 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.
wanaku · Summary
Wanaku MCP Router is a Java-based gateway that connects and routes MCP servers with extensive connectivity options.
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
wanaku · Use cases
- Centralized management of multiple MCP servers in enterprise environments
- Creating secure bridges between isolated AI applications and services
- Extending AI capabilities with custom tools using Apache Camel components
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"]
}
}
}wanaku · Install
Installation
Using JBang (requires Java 21+)
jbang app install wanaku@wanaku-ai/wanakuUsing Binary Download
- Download the latest binary from [GitHub Releases](https://github.com/wanaku-ai/wanaku/releases)
- Make the binary executable:
chmod +x wanaku - Add to PATH:
sudo mv wanaku /usr/local/bin/
Basic Usage
# Authenticate with Wanaku router
wanaku auth login --url http://localhost:8080
# List available tools
wanaku tools list
# Add a new tool
wanaku tools add --uri http://example.com/api --service httpClaude Desktop Configuration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"wanaku": {
"command": "wanaku",
"args": ["server"]
}
}
}