mcp-server-chart vs EDT-MCP
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | EDT-MCP by DitriXNew | |
|---|---|---|
| Stars | ★ 4,068 | ★ 156 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | Java |
| 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.
EDT-MCP · Summary
MCP server for 1C:EDT that enables AI assistants to interact with development workspace through 56 specialized tools.
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
EDT-MCP · Use cases
- AI-powered code analysis and refactoring in 1C:EDT projects
- Intelligent error detection and resolution assistance
- Automated documentation generation and content assist
- Debug support with real-time variable inspection and breakpoints
- Metadata management with custom tagging and grouping
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"]
}
}
}EDT-MCP · Install
Installation
**EDT 2026.1+** (plugin v1.27.0+; use v1.26.1 for EDT 2025.x)
From Update Site
- In EDT: **Help → Install New Software...**
- Add update site URL:
https://ditrixnew.github.io/EDT-MCP/ - Select **EDT MCP Server Feature**
- Restart EDT
Configuration
Go to **Window → Preferences → MCP Server** to configure settings including server port, auto-start, and tool management.
Claude Desktop Integration
Add to claude_desktop_config.json:
{
"mcpServers": {
"EDT MCP Server": {
"url": "http://localhost:8765/mcp"
}
}
}