mcp-server-chart vs okx-agent-trade-kit
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | okx-agent-trade-kit by PlaceNL2026 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 86 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| 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.
okx-agent-trade-kit · Summary
OKX trading MCP server with 145 tools across 11 modules for crypto spot/futures/swap trading and account 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
okx-agent-trade-kit · Use cases
- Automated cryptocurrency trading through AI agents like Claude or Cursor
- Terminal-based trading operations using the CLI interface
- Market analysis with technical indicators and smart money signals
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"]
}
}
}okx-agent-trade-kit · Install
# 1. Install
npm install -g @okx_ai/okx-trade-mcp @okx_ai/okx-trade-cli
# 2. Configure OKX API credentials (interactive wizard)
okx config init
# 3. Register the MCP server with your AI client
okx-trade-mcp setup --client claude-desktopFor Claude Desktop, add to Claude's config.json:
{
"mcpServers": {
"okx": {
"command": "okx-trade-mcp",
"args": []
}
}
}