mcp-server-chart vs Dataverse-skills
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | Dataverse-skills by microsoft | |
|---|---|---|
| Stars | ★ 4,068 | ★ 101 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsDatabaseAI / LLM Tools |
| 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.
Dataverse-skills · Summary
Microsoft Dataverse skills for AI coding agents that wrap Dataverse MCP server, CLI, SDK and PAC CLI.
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
Dataverse-skills · Use cases
- Natural language querying of Dataverse data for CRM analysis
- Automating Dataverse solution deployment across environments
- Creating and managing data models and metadata through AI agents
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"]
}
}
}Dataverse-skills · Install
Installation
For GitHub Copilot:
/plugin install dataverse@awesome-copilotFor Claude Code:
/plugin install dataverse@claude-plugins-officialAfter installation, connect to Dataverse by asking your agent: "Connect to Dataverse". This will walk through tool checks, authentication, and MCP registration.