mcp-server-chart vs MCP-PostgreSQL-Ops
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | MCP-PostgreSQL-Ops by call518 | |
|---|---|---|
| Stars | ★ 4,068 | ★ 149 |
| 30d uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | DatabaseDeveloper ToolsOps & Infra |
| Language | TypeScript | Python |
| 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.
MCP-PostgreSQL-Ops · Summary
Comprehensive MCP server providing PostgreSQL DBA superpowers with 30+ tools for performance analysis, bloat detection, and monitoring.
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-PostgreSQL-Ops · Use cases
- AI assistants monitoring PostgreSQL database health and performance
- Database administrators analyzing table bloat and maintenance needs
- Development teams investigating slow queries and optimization opportunities
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-PostgreSQL-Ops · Install
Installation
- Install via PyPI:
pip install mcp-postgresql-ops- Start the server:
mcp-server-postgresql-ops- Configure in Claude Desktop (add to claude_desktop_config.json):
{
"mcpServers": {
"postgresql-ops": {
"command": "mcp-server-postgresql-ops",
"args": []
}
}
}- Or using Docker Compose:
git clone https://github.com/call518/MCP-PostgreSQL-Ops.git
cd MCP-PostgreSQL-ops
docker-compose up -d