MCP Catalogs
Home

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 uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsOps & InfraAI / LLM Tools
LanguageTypeScriptJava
Last committhis monththis 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-chart

For 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/wanaku

Using Binary Download

  1. Download the latest binary from [GitHub Releases](https://github.com/wanaku-ai/wanaku/releases)
  2. Make the binary executable: chmod +x wanaku
  3. 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 http

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "wanaku": {
      "command": "wanaku",
      "args": ["server"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.