mcp-server-chart vs agent-trade-kit
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | agent-trade-kit by okx | |
|---|---|---|
| Stars | ★ 4,068 | ★ 297 |
| 30d uses | 10,239 | — |
| Score | 84 | 52 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceAI / LLM ToolsDeveloper 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.
agent-trade-kit · Summary
OKX trading MCP server with 150+ tools for spot, swap, futures, options, bots and portfolio management.
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
agent-trade-kit · Use cases
- AI-powered trading assistant that can execute complex trading strategies autonomously
- Portfolio management agent that monitors positions and rebalances based on market conditions
- Research tool that combines market data, news sentiment, and smart money signals to generate trading insights
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"]
}
}
}agent-trade-kit · Install
# Install the MCP server and CLI
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# Configure OKX API credentials (interactive wizard)
okx config init
# Register with Claude Desktop
okx-trade-mcp setup --client claude-desktopAdd to Claude Desktop configuration:
{
"mcpServers": {
"okx-trade": {
"command": "okx-trade-mcp",
"args": []
}
}
}