MCP Catalogs
Home

mcp-server-chart vs healthcare-mcp-public

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

mcp-server-chart
by antvis
healthcare-mcp-public
by Cicatriiz
Stars★ 4,068★ 115
30d uses10,239
Score8444
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
healthcareAI / LLM ToolsDeveloper Tools
LanguageTypeScriptJavaScript
Last committhis month9 mo ago

mcp-server-chart · Summary

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

healthcare-mcp-public · Summary

Healthcare MCP Server provides AI assistants with access to authoritative medical data including FDA drugs, PubMed, clinical trials, and medical calculators.

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

healthcare-mcp-public · Use cases

  • Medical professionals researching drug information and clinical trials
  • AI assistants providing patients with evidence-based health information
  • Healthcare applications needing integration with medical terminology databases
  • Researchers searching medical literature and pre-prints from multiple sources

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

healthcare-mcp-public · Install

Installation Options

1. DXT Extension (Recommended)

  1. Download healthcare-mcp.dxt from this repository
  2. Open with your compatible MCP client (such as Claude Desktop)
  3. Follow the installation prompts

2. Via Smithery

npx -y @smithery/cli install @Cicatriiz/healthcare-mcp-public --client claude

3. npm Installation

npm install healthcare-mcp
npx healthcare-mcp

4. Manual Installation

git clone https://github.com/Cicatriiz/healthcare-mcp-public.git
cd healthcare-mcp-public/server
npm install
npm start

Claude Desktop Configuration

Add to Claude Desktop config.json:

{
  "mcpServers": {
    "healthcare": {
      "command": "npx",
      "args": ["healthcare-mcp"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.