MCP Catalogs
Home

mcp-server-chart vs pg-aiguide

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
pg-aiguide
by timescale
Stars★ 4,068★ 1,729
30d uses10,239
Score8455
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
DatabaseDeveloper ToolsAI / LLM Tools
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.

pg-aiguide · Summary

MCP server providing PostgreSQL expertise, semantic search, and best practices for AI coding 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

pg-aiguide · Use cases

  • Improving PostgreSQL code generation in AI coding assistants
  • Providing semantic search for PostgreSQL documentation
  • Implementing best practices for database schema design

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"]
    }
  }
}

pg-aiguide · Install

Installation Options

**As an MCP Server:** Add the public MCP server to your client configuration:

{
  "mcpServers": {
    "pg-aiguide": {
      "url": "https://mcp.tigerdata.com/docs"
    }
  }
}

**As Claude Plugin:**

claude plugin marketplace add timescale/pg-aiguide
claude plugin install pg@aiguide

**Using npx skills:**

npx skills add timescale/pg-aiguide --skill postgres
Comparison generated from public README + GitHub signals. Last updated automatically.