mcp-server-chart vs mcp_autogen_sse_stdio
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp_autogen_sse_stdio by SaM-92 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 29 |
| 30d uses | 10,239 | — |
| Score | 84 | 38 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsOther |
| Language | TypeScript | Python |
| Last commit | this month | 13 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp_autogen_sse_stdio · Summary
A practical example demonstrating AutoGen integration with both local and remote MCP servers using Stdio and SSE.
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_autogen_sse_stdio · Use cases
- Building AI agents with multiple tool integrations
- Implementing local math tools for computational tasks
- Adding web browsing capabilities to AI agents via remote MCP servers
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_autogen_sse_stdio · Install
Installation
- Ensure you have **Python 3.12** installed
- Install
uv:pip install uv - Create virtual environment:
uv venv --python 3.12 - Activate virtual environment:
- macOS/Linux: source .venv/bin/activate - Windows: \.venv\Scripts\activate
- Install dependencies:
uv pip install -e . - Create
.envfile with your API keys:
``dotenv OPENAI_API_KEY=your_openai_api_key_here APIFY_API_KEY=your_apify_api_key_here ``
- Run with:
uv run mcp_autogen_sse_stdio/main.py