MCP Catalogs
Home

mcp-server-chart vs Delphi-MCP-Server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
Delphi-MCP-Server
by GDKsoftware
Stars★ 4,068★ 117
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOps & Infra
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.

Delphi-MCP-Server · Summary

A native Delphi implementation of MCP protocol with HTTP and STDIO transport modes for AI-powered Delphi development workflows.

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

Delphi-MCP-Server · Use cases

  • Integrating Claude Code with Delphi development environments for AI-assisted coding
  • Enabling Codex to interact with Delphi projects through MCP protocol
  • Building custom AI-powered tools for Delphi IDE integration

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"]
    }
  }
}

Delphi-MCP-Server · Install

Installation

  1. Clone the repository:
git clone https://github.com/GDKsoftware/delphi-mcp-server.git
cd delphi-mcp-server
  1. Build the project:
Windows Build
build.bat
Linux Build
build.bat Release Linux64

Integration with Claude Code

claude mcp add --transport http delphi-mcp-server http://localhost:3000/mcp
Comparison generated from public README + GitHub signals. Last updated automatically.