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 uses | 10,239 | — |
| Score | 84 | 34 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsMediaDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | 13 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-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"]
}
}
}luma-api-mcp · Install
Installation
- Install Claude Desktop App or any MCP client
- Get API Key from https://lumalabs.ai/api/keys
- 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"]
}
}
}