MCP Catalogs
Home

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 uses10,239
Score8449
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
MediaDeveloper Tools
LanguageTypeScriptGo
Last committhis month1 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-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"]
    }
  }
}

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": []
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.