mcp-server-chart vs agentql-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | agentql-mcp by tinyfish-io | |
|---|---|---|
| Stars | ★ 4,068 | ★ 170 |
| 30d uses | 10,239 | — |
| Score | 84 | 48 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Web ScrapingDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Shell |
| 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.
agentql-mcp · Summary
AgentQL MCP server enables structured web data extraction via a single tool with clear configuration across multiple MCP clients.
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
agentql-mcp · Use cases
- Extract structured data from websites for research and analysis
- Automate data collection from e-commerce sites for price monitoring
- Gather information from news sites for content aggregation
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"]
}
}
}agentql-mcp · Install
Installation
- Install the package globally:
npm install -g agentql-mcp- Configure Claude Desktop:
Add to claude_desktop_config.json:
{
"mcpServers": {
"agentql": {
"command": "npx",
"args": ["-y", "agentql-mcp"],
"env": {
"AGENTQL_API_KEY": "YOUR_API_KEY"
}
}
}
}- Get your API key from the [AgentQL Dev Portal](https://dev.agentql.com)