mcp-server-chart vs MakerAi
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MakerAi by gustavoeenriquez | |
|---|---|---|
| Stars | ★ 4,068 | ★ 173 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsDeveloper ToolsKnowledge Graph |
| Language | TypeScript | Pascal |
| 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.
MakerAi · Summary
MakerAI is a complete AI ecosystem for Delphi with MCP server/client support, RAG, and autonomous agents.
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
MakerAi · Use cases
- Building Delphi applications with integrated AI capabilities using MCP protocol
- Implementing RAG systems for enterprise knowledge management
- Creating autonomous agents for automated workflows with human approval checkpoints
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"]
}
}
}MakerAi · Install
Installation
MakerAI supports Delphi 10.4+ with full support from Delphi 12 Athens. A Free Pascal/Lazarus port is also available.
- Download the latest release from GitHub
- Add the MakerAI suite units to your Delphi project
- Configure your AI provider credentials
- Implement MCP server functionality with
uMakerAi.MCPServer.Core.pas
To use MakerAI as an MCP client:
{
"mcpServers": {
"makerai": {
"command": "path/to/your/delphi/app",
"args": ["--mcp-server"]
}
}
}