MCP Catalogs
Home

mcp-server-chart vs ServiceGraph

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

mcp-server-chart
by antvis
ServiceGraph
by nostrband
Stars★ 4,068★ 160
30d uses10,239
Score8448
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
SearchAI / LLM ToolsKnowledge Graph
LanguageTypeScriptShell
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.

ServiceGraph · Summary

An MCP server providing access to 100k+ US professional services firms with industry-specific search 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

ServiceGraph · Use cases

  • Finding specialized service providers like law firms or marketing agencies in specific geographic regions
  • Enriching CRM data with professional firm contact information and services offered
  • Vetting potential service providers through ratings and third-party listing presence

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

ServiceGraph · Install

MCP Server Installation

For MCP-compatible clients like Claude Code:

claude mcp add --transport http servicegraph https://mcp.servicegraph.co

For Claude Desktop:

  1. Go to Settings → Connectors → Add custom connector
  2. Paste: https://mcp.servicegraph.co

For other JSON-config clients (e.g., Cursor):

{
  "mcpServers": {
    "servicegraph": {
      "url": "https://mcp.servicegraph.co"
    }
  }
}

Skills Installation (non-MCP)

npx skills add nostrband/servicegraph --skill find-service-providers
Comparison generated from public README + GitHub signals. Last updated automatically.