mcp-server-chart vs miro-mcp-server
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | miro-mcp-server by olgasafonova | |
|---|---|---|
| Stars | ★ 4,068 | ★ 22 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | Go |
| 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.
miro-mcp-server · Summary
Comprehensive MCP server for controlling Miro whiteboards with 92 tools, featuring token efficiency options and workflow skills.
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
miro-mcp-server · Use cases
- Automate Miro workshop creation and management through AI assistants
- Generate diagrams and visual content from text descriptions
- Integrate Miro boards into AI-driven development workflows
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"]
}
}
}miro-mcp-server · Install
Installation
**Homebrew (macOS/Linux):**
brew tap olgasafonova/tap && brew install miro-mcp-server**One-liner (macOS/Linux):**
curl -fsSL https://raw.githubusercontent.com/olgasafonova/miro-mcp-server/main/install.sh | sh**Docker:**
docker pull ghcr.io/olgasafonova/miro-mcp-server:latestConfiguration
**Claude Desktop:** Add to claude_desktop_config.json:
{
"mcpServers": {
"miro": {
"command": "miro-mcp-server",
"args": []
}
}
}**Environment Variable:**
export MIRO_ACCESS_TOKEN=your-token