mcp-server-chart vs mcp-server-duckdb
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | mcp-server-duckdb by ktanaka101 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 176 |
| 30d uses | 10,239 | — |
| Score | 84 | 42 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | DatabaseDeveloper ToolsAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | 13 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
mcp-server-duckdb · Summary
MCP server for DuckDB database interaction, enabling SQL query execution through MCP tools.
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
mcp-server-duckdb · Use cases
- Enabling LLMs to query and analyze local DuckDB databases without direct database access
- Facilitating data exploration and analysis through natural language SQL generation
- Providing a secure read-only interface for database inspection in sensitive environments
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"]
}
}
}mcp-server-duckdb · Install
Installation
Via Smithery
npx -y @smithery/cli install mcp-server-duckdb --client claudeClaude Desktop Integration
Add to your claude_desktop_config.json:
{
"mcpServers": {
"duckdb": {
"command": "uvx",
"args": [
"mcp-server-duckdb",
"--db-path",
"~/mcp-server-duckdb/data/data.db"
]
}
}
}Requirements
- Python with
uvpackage manager - DuckDB Python package