mcp-server-chart vs Genexus18MCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Genexus18MCP by lennix1337 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 16 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsKnowledge Graph |
| Language | TypeScript | C# |
| 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.
Genexus18MCP · Summary
GeneXus 18 MCP server enabling AI agents to read, edit, and analyze KB objects via Model Context Protocol.
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
Genexus18MCP · Use cases
- AI assistant analyzing and refactoring existing GeneXus application code
- Automated documentation generation for GeneXus knowledge bases
- Batch operations across multiple GeneXus objects through AI agent commands
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"]
}
}
}Genexus18MCP · Install
Installation
- Run the installer:
npx genexus-mcp@latest init --kb "C:\KBs\YourKB" --gx "C:\Program Files (x86)\GeneXus\GeneXus18" - Register the MCP in your AI client (auto-detected for Claude Desktop, Claude Code, Cursor, and Antigravity)
- Restart your AI client and test with prompts like "list all transactions in my KB"
For Claude Desktop, the configuration will be auto-added to claude_desktop_config.json