MCP Catalogs
Home

mcp-server-chart vs apitap

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

mcp-server-chart
by antvis
apitap
by n1byn1kt
Stars★ 4,068★ 83
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
Web ScrapingDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis month1 mo ago

mcp-server-chart · Summary

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

apitap · Summary

ApiTap turns any website into an API through MCP server with pre-mapped endpoints and traffic capture.

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

apitap · Use cases

  • AI agents accessing websites through APIs instead of browser automation
  • Automating interactions with sites that lack public APIs but have internal ones
  • Reducing token costs when browsing the web through AI agents

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

apitap · Install

# Install globally
npm install -g @apitap/core

# Start the MCP server
apitap mcp

# For Claude Desktop, add to your MCP config:
{
  "mcpServers": {
    "apitap": {
      "command": "apitap",
      "args": ["mcp"]
    }
  }
}

For capture and browse functionality, also install Playwright:

npx playwright install chromium
Comparison generated from public README + GitHub signals. Last updated automatically.