mcp-server-chart vs agent-bridge
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | agent-bridge by raysonmeng | |
|---|---|---|
| Stars | ★ 4,068 | ★ 118 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Developer ToolsAI / LLM ToolsCommunication |
| 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-bridge · Summary
Bidirectional bridge between Claude Code and Codex via MCP protocol for collaborative workflows.
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-bridge · Use cases
- Collaborative coding workflows between Claude AI and Codex
- Real-time message passing between AI assistants
- Human-in-the-loop multi-agent systems
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-bridge · Install
Installation via Plugin Marketplace (recommended)
- In Claude Code, add the AgentBridge marketplace:
``bash /plugin marketplace add raysonmeng/agent-bridge ``
- Install the plugin:
``bash /plugin install agentbridge@agentbridge ``
- Reload plugins to activate:
``bash /reload-plugins ``
- Install the CLI globally:
``bash npm install -g @raysonmeng/agentbridge ``
- Generate project config (optional):
``bash abg init ``
- Start Claude Code with AgentBridge channel enabled:
``bash abg claude ``
- Start Codex TUI connected to the bridge:
``bash abg codex ``