mcp-server-chart vs adaptive-cards-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | adaptive-cards-mcp by VikrantSingh01 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 26 |
| 30d uses | 10,239 | — |
| Score | 84 | 46 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsProductivityDeveloper Tools |
| Language | TypeScript | 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.
adaptive-cards-mcp · Summary
AI-powered Adaptive Card MCP server with 9 tools for generating, validating, and optimizing cards for Teams, Outlook, Copilot, and ChatGPT.
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
adaptive-cards-mcp · Use cases
- Generate expense approval cards for Teams with proper validation
- Convert API response data into Adaptive Cards with appropriate layouts
- Optimize existing cards for accessibility and cross-platform compatibility
- Create CI/CD notification cards for deployment alerts
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"]
}
}
}adaptive-cards-mcp · Install
Installation
No install needed — npx downloads and runs it automatically.
Claude Desktop
Add to Claude Desktop configuration:
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}GitHub Copilot (VS Code)
Add to .vscode/mcp.json:
{
"servers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"adaptive-cards-mcp": {
"command": "npx",
"args": ["adaptive-cards-mcp"]
}
}
}