MCP Catalogs
Home

mcp-server-chart vs mcp-hubspot

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

mcp-server-chart
by antvis
mcp-hubspot
by baryhuang
Stars★ 4,068★ 122
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
E-commerceAI / LLM ToolsProductivity
LanguageTypeScriptPython
Last committhis month6 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-hubspot · Summary

MCP server for HubSpot CRM integration with vector storage and caching to overcome API limitations.

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-hubspot · Use cases

  • AI-powered CRM data analysis and reporting
  • Creating contacts and companies from external sources like LinkedIn
  • Semantic search across CRM data for better customer insights

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-hubspot · Install

Installation

**Via Smithery (recommended)**

npx -y @smithery/cli@latest install mcp-hubspot --client claude

**Using Docker**

docker run -e HUBSPOT_ACCESS_TOKEN=your_token buryhuang/mcp-hubspot:latest

**Claude Desktop Configuration**

{
  "mcpServers": {
    "hubspot": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-e", "HUBSPOT_ACCESS_TOKEN=your_token",
        "-v", "/path/to/storage:/storage",
        "buryhuang/mcp-hubspot:latest"
      ]
    }
  }
}

**Prerequisites**

  • HubSpot access token with these scopes:

- crm.objects.contacts (read/write) - crm.objects.companies (read/write) - sales-email-read

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