MCP Catalogs
Home

mcp-server-chart vs luma-mcp

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

mcp-server-chart
by antvis
luma-mcp
by JochenYang
Stars★ 4,068★ 59
30d uses10,239
Score8446
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsOther
LanguageTypeScriptTypeScript
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.

luma-mcp · Summary

Multi-Model Visual Understanding MCP Server providing image analysis capabilities to AI coding models that don't support native vision.

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-mcp · Use cases

  • Code analysis by providing screenshots to AI coding assistants
  • UI/UX evaluation through visual interface analysis
  • Error debugging using error message screenshots

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-mcp · Install

Installation

npx -y luma-mcp

Claude Desktop Configuration

Add to your config.json:

{
  "mcpServers": {
    "luma": {
      "command": "npx",
      "args": ["-y", "luma-mcp"],
      "env": {
        "MODEL_PROVIDER": "zhipu",
        "ZHIPU_API_KEY": "your-api-key"
      }
    }
  }
}

Replace MODEL_PROVIDER and corresponding key with your chosen provider.

Comparison generated from public README + GitHub signals. Last updated automatically.