mcp-server-chart vs openrouter-deep-research-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | openrouter-deep-research-mcp by wheattoast11 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 50 |
| 30d uses | 10,239 | — |
| Score | 84 | 47 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 2 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
openrouter-deep-research-mcp · Summary
Multi-agent research MCP server with async agents, semantic search, and persistent knowledge base.
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
openrouter-deep-research-mcp · Use cases
- Deep research with multiple specialized agents
- Knowledge management and semantic search
- AI-powered content synthesis and analysis
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"]
}
}
}openrouter-deep-research-mcp · Install
Install with npm:
npx @terminals-tech/openrouter-agents --stdioFor Claude Desktop, add to config file:
{
"mcpServers": {
"openrouter-agents": {
"command": "npx",
"args": ["@terminals-tech/openrouter-agents"],
"env": {
"OPENROUTER_API_KEY": "sk-or-..."
}
}
}
}