mcp-server-chart vs melrose
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | melrose by emicklei | |
|---|---|---|
| Stars | ★ 4,068 | ★ 208 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | MediaDeveloper Tools |
| Language | TypeScript | Go |
| 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.
melrose · Summary
Melrōse is an interactive programming tool for creating melodies that exposes music composition capabilities through 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
melrose · Use cases
- Composing melodies programmatically
- Live music performance with real-time modifications
- Creating MIDI tracks through code
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"]
}
}
}melrose · Install
Install the Melrōse tool following the [Build instructions](docs/install.md). For the Melrōse MCP Server specifically, see [melrose-mcp](https://github.com/emicklei/melrose-mcp) for installation and usage details. To use with Claude Desktop, add the following to your claude_desktop_config.json:
{
"mcpServers": {
"melrose": {
"command": "melrose-mcp",
"args": []
}
}
}