mcp-server-chart vs ebay-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | ebay-mcp by YosefHayim | |
|---|---|---|
| Stars | ★ 4,068 | ★ 63 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | E-commerceDeveloper ToolsProductivity |
| 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.
ebay-mcp · Summary
eBay MCP Server provides AI assistants with access to 325 eBay API tools for inventory, orders, marketing, and analytics.
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
ebay-mcp · Use cases
- AI assistants managing eBay inventory listings and stock levels
- Automated order processing and fulfillment workflows
- Marketing campaign creation and performance analytics
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"]
}
}
}ebay-mcp · Install
Install eBay MCP Server
**1. Get eBay Credentials**
- Create a free [eBay Developer Account](https://developer.ebay.com/)
- Generate application keys in the [Developer Portal](https://developer.ebay.com/my/keys)
**2. Install**
npm install -g ebay-mcp**3. Setup Configuration**
npm run setup**4. Configure Claude Desktop** Add to claude_desktop_config.json:
{
"mcpServers": {
"ebay": {
"command": "ebay-mcp",
"args": []
}
}
}