mcp-server-chart vs lumen
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | lumen by ory | |
|---|---|---|
| Stars | ★ 4,068 | ★ 190 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsSearch |
| Language | TypeScript | Go |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
lumen · Summary
Local semantic code search engine that reduces AI agent token usage by up to 66% through efficient code indexing.
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
lumen · Use cases
- Enhancing code search for Claude Code, Cursor, Codex and OpenCode AI assistants
- Reducing AI processing costs for code analysis in large codebases
- Improving development efficiency by providing semantic code search
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"]
}
}
}lumen · Install
Installation
Claude Code
/plugin marketplace add ory/claude-plugins
/plugin install lumen@oryVerify by starting a new Claude session and running /lumen:doctor.
Cursor
Lumen ships a native Cursor plugin bundle. Use Cursor's plugin installation workflow with the bundle in .cursor-plugin/ directory.
Codex
codecodex mcp add lumen -- "${CODEX_HOME:-$HOME/.codex}/lumen/scripts/run" stdioOpenCode
Add @ory/lumen-opencode to the plugin array in your opencode.json:
{
"plugin": ["@ory/lumen-opencode"]
}