MCP Catalogs
Home

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 uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
DatabaseDeveloper ToolsOps & Infra
LanguageTypeScriptPython
Last committhis monththis 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-chart

For 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

  1. Install via PyPI:
pip install mcp-postgresql-ops
  1. Start the server:
mcp-server-postgresql-ops
  1. Configure in Claude Desktop (add to claude_desktop_config.json):
{
  "mcpServers": {
    "postgresql-ops": {
      "command": "mcp-server-postgresql-ops",
      "args": []
    }
  }
}
  1. Or using Docker Compose:
git clone https://github.com/call518/MCP-PostgreSQL-Ops.git
cd MCP-PostgreSQL-ops
docker-compose up -d
Comparison generated from public README + GitHub signals. Last updated automatically.