MCP Catalogs
Home

mcp-server-chart vs mcp-partner.github.io

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

mcp-server-chart
by antvis
mcp-partner.github.io
by mcp-partner
Stars★ 4,068★ 1
30d uses10,239
Score8436
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Developer ToolsAI / LLM ToolsOther
LanguageTypeScriptTypeScript
Last committhis month5 mo ago

mcp-server-chart · Summary

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

mcp-partner.github.io · Summary

A Postman-like tool for testing and debugging MCP servers via SSE or HTTP.

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-partner.github.io · Use cases

  • Debugging MCP server tool implementations during development
  • Testing MCP server capabilities before integration with client applications
  • Demonstrating MCP functionality to team members or clients

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-partner.github.io · Install

Web Application

  1. Visit [https://mcp-partner.github.io](https://mcp-partner.github.io)
  2. No installation required - pure static web application

Desktop Application

  1. Download the appropriate version from the releases page
  2. Install on Windows, macOS, or Linux
  3. Launch the application

Vercel Deployment

Click the deploy button below to deploy your own instance:

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FEricwyn%2Fmcp-partner)

Comparison generated from public README + GitHub signals. Last updated automatically.