MCP Catalogs
Home

mcp-server-chart vs luma-api-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
luma-api-mcp
by lumalabs
Stars★ 4,068★ 24
30d uses10,239
Score8434
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsMediaDeveloper Tools
LanguageTypeScriptPython
Last committhis month13 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

luma-api-mcp · Summary

An MCP server that integrates Luma AI's image and video generation capabilities through Ray and Photon models.

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

luma-api-mcp · Use cases

  • Create custom images with specific aspect ratios and styles for presentations
  • Generate videos from text prompts with controlled start and end frames
  • Produce marketing content combining character references with text prompts

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"]
    }
  }
}

luma-api-mcp · Install

Installation

  1. Install Claude Desktop App or any MCP client
  2. Get API Key from https://lumalabs.ai/api/keys
  3. Run sh setup.sh, here it will ask for the API Key - paste it from step 2

Claude Desktop configuration:

{
  "mcpServers": {
    "luma-api": {
      "command": "python",
      "args": ["-m", "luma_api_mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.