MCP Catalogs
Home

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 uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
AI / LLM ToolsDeveloper ToolsKnowledge Graph
LanguageTypeScriptPascal
Last committhis monththis 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-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"]
    }
  }
}

MakerAi · Install

Installation

MakerAI supports Delphi 10.4+ with full support from Delphi 12 Athens. A Free Pascal/Lazarus port is also available.

  1. Download the latest release from GitHub
  2. Add the MakerAI suite units to your Delphi project
  3. Configure your AI provider credentials
  4. 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.