MCP Catalogs
Home

mcp-server-chart vs agentidentityprotocol

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

mcp-server-chart
by antvis
agentidentityprotocol
by openagentidentityprotocol
Stars★ 4,068★ 27
30d uses10,239
Score8441
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SecurityDeveloper ToolsAI / LLM Tools
LanguageTypeScript
Last committhis month2 mo ago

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

agentidentityprotocol · Summary

AIP provides zero-trust security layer for MCP agents with policy enforcement, human approval, and audit logging.

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

agentidentityprotocol · Use cases

  • Securing MCP agents from prompt injection attacks by blocking unauthorized tool calls
  • Enforcing compliance requirements through audit trails for AI agent actions
  • Implementing granular access control for AI agents operating on critical 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"]
    }
  }
}

agentidentityprotocol · Install

Installation

The project is currently under development with a Go implementation available. To set up AIP as a proxy for your MCP server:

  1. Clone the repository: git clone https://github.com/openagentidentityprotocol/agent-identity-protocol.git
  2. Follow the Go implementation documentation at https://github.com/openagentidentityprotocol/aip-go
  3. Configure AIP as a sidecar proxy between your MCP client and server

For Claude Desktop integration (once available):

{
  "mcpServers": {
    "aip-proxy": {
      "command": "go",
      "args": ["run", "."],
      "env": {
        "AIP_REGISTRY_URL": "https://registry.aip.io"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.