mcp-server-chart vs wassette
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | wassette by microsoft | |
|---|---|---|
| Stars | ★ 4,068 | ★ 888 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | SecurityDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Rust |
| 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.
wassette · Summary
Wassette is a security-oriented runtime that extends AI agents with WebAssembly components via MCP.
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
wassette · Use cases
- Extending AI agents with custom tools in a secure sandbox environment
- Running WebAssembly components as MCP tools in AI applications
- Creating reusable, security-focused tooling for AI systems
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"]
}
}
}wassette · Install
Installation
**Quick start (Linux/macOS):**
curl -fsSL https://raw.githubusercontent.com/microsoft/wassette/main/install.sh | bash**Other platforms:** See the [Installation Guide](https://microsoft.github.io/wassette/latest/installation.html) for Windows, Homebrew, Nix, Docker, and more.
Configuration
After installation, register Wassette with your MCP client. For example, in Claude Desktop:
{
"mcpServers": {
"wassette": {
"command": "wassette",
"args": []
}
}
}