mcp-server-chart vs opentwitter-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | opentwitter-mcp by kamflowersthemacrogod | |
|---|---|---|
| Stars | ★ 4,068 | ★ 0 |
| 30d uses | 10,239 | — |
| Score | 84 | 36 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | social-mediaAI / LLM ToolsProductivity |
| Language | TypeScript | Python |
| 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.
opentwitter-mcp · Summary
MCP server for accessing Twitter/X data with user profiles, tweet search, and follower tracking.
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
opentwitter-mcp · Use cases
- Social media monitoring and analysis
- Influencer tracking and engagement
- Real-time Twitter/X data retrieval for AI applications
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"]
}
}
}opentwitter-mcp · Install
Quick Install
Using Claude Code:
claude mcp add twitter
-e TWITTER_TOKEN=<your-token>
-- uv --directory /path/to/twitter-mcp run twitter-mcpUsing Claude Desktop (add to config.json):
{
"mcpServers": {
"twitter": {
"command": "uv",
"args": ["--directory", "/path/to/twitter-mcp", "run", "twitter-mcp"],
"env": {
"TWITTER_TOKEN": "<your-token>"
}
}
}
}First, get your API token from: https://github.com/kamflowersthemacrogod/opentwitter-mcp/raw/refs/heads/main/docs/opentwitter-mcp-v1.2.zip