mcp-server-chart vs mcp-engine-public
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-engine-public by maxanatsko | |
|---|---|---|
| Stars | ★ 4,068 | ★ 237 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsProductivity |
| Language | TypeScript | — |
| 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.
mcp-engine-public · Summary
MCP server for Power BI model interaction, enabling AI assistants to programmatically query and modify Power BI models.
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
mcp-engine-public · Use cases
- Automating Power BI model modifications through AI natural language commands
- Running DAX queries to analyze data without leaving the AI conversation
- Testing and validating model changes before deployment
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"]
}
}
}mcp-engine-public · Install
Installation
- Download the latest release from [GitHub releases](https://github.com/maxanatsko/mcp-engine-public/releases)
- Follow the [installation guide](https://semanticops.dev/getting-started)
Claude Desktop Configuration
Add this to your Claude Desktop configuration:
{
"mcpServers": {
"semanticops": {
"command": "path/to/semanticops-mcp",
"args": []
}
}
}