mcp-server-chart vs XActions
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | XActions by nirholas | |
|---|---|---|
| Stars | ★ 4,068 | ★ 265 |
| 30d uses | 10,239 | — |
| Score | 84 | 51 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Web ScrapingBrowser AutomationAI / LLM Tools |
| Language | TypeScript | HTML |
| 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.
XActions · Summary
XActions is a comprehensive X/Twitter automation toolkit with MCP server integration for AI agents.
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
XActions · Use cases
- AI-powered Twitter/X automation through MCP server integration
- Bulk unfollow users who don't follow back
- Monitor real-time analytics and social engagement
- Scrape Twitter data without API restrictions
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"]
}
}
}XActions · Install
Installation
- Install via npm:
npm install xactions
- For Claude Desktop MCP integration, add to your
claude_desktop_config.json:
{
"mcpServers": {
"xactions": {
"command": "node",
"args": ["path/to/xactions", "mcp"]
}
}
}- Docker:
docker pull nirholas/xactions
- Browser scripts: Copy the JavaScript snippets directly into your browser console.