MCP Catalogs
Home

mcp-server-chart vs pic-standard

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

mcp-server-chart
by antvis
pic-standard
by madeinplutofabio
Stars★ 4,068★ 23
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityAI / LLM ToolsDeveloper 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.

pic-standard · Summary

MCP server providing Provenance & Intent Contracts (PIC) to verify agent actions before execution.

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

pic-standard · Use cases

  • Preventing unauthorized financial transactions by AI agents
  • Blocking data export from prompt injection attacks
  • Verifying AI agent tool calls before execution in high-risk systems

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

pic-standard · Install

Install the PIC standard package:

pip install pic-standard[mcp]

To use with Claude Desktop, add to your config.json:

{
  "mcpServers": {
    "pic": {
      "command": "python",
      "args": ["-m", "pic_standard.mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.