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 uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | healthcareAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | JavaScript |
| Last commit | this month | 9 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-chartFor 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)
- Download
healthcare-mcp.dxtfrom this repository - Open with your compatible MCP client (such as Claude Desktop)
- Follow the installation prompts
2. Via Smithery
npx -y @smithery/cli install @Cicatriiz/healthcare-mcp-public --client claude3. npm Installation
npm install healthcare-mcp
npx healthcare-mcp4. Manual Installation
git clone https://github.com/Cicatriiz/healthcare-mcp-public.git
cd healthcare-mcp-public/server
npm install
npm startClaude Desktop Configuration
Add to Claude Desktop config.json:
{
"mcpServers": {
"healthcare": {
"command": "npx",
"args": ["healthcare-mcp"]
}
}
}