agentanycast vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
agentanycast by AgentAnycast | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 76 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 46 | 84 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Shell | TypeScript |
| Last commit | 2 mo ago | this month |
agentanycast · Summary
A P2P runtime that enables AI agents to communicate across networks without public IPs, with an MCP server integration.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
agentanycast · Use cases
- Connecting AI agents across corporate networks without public exposure
- Building decentralized agent networks that work offline or on restricted networks
- Integrating P2P AI capabilities into existing AI tools via MCP server
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
agentanycast · Install
Install the MCP server:
uvx agentanycast-mcpFor Claude Desktop, add to your configuration:
{
"mcpServers": {
"agentanycast": {
"command": "uvx",
"args": ["agentanycast-mcp"]
}
}
}For Python agents:
pip install agentanycastFor TypeScript agents:
npm install agentanycastmcp-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"]
}
}
}