mcp-server-chart vs biomcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | biomcp by genomoncology | |
|---|---|---|
| Stars | ★ 4,068 | ★ 507 |
| 30d uses | 10,239 | — |
| Score | 84 | 53 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | Knowledge GraphAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | Rust |
| Last commit | this month | 1 mo ago |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
biomcp · Summary
BioMCP is a biomedical-focused MCP server that provides unified access to multiple biomedical data sources through a single command interface.
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
biomcp · Use cases
- Researchers performing literature reviews and meta-analysis across multiple biomedical databases
- Clinicians seeking information about gene variants, drug interactions, and disease associations
- Biomedical developers building applications that need to query multiple biomedical APIs
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"]
}
}
}biomcp · Install
Binary install
curl -fsSL https://biomcp.org/install.sh | bashPyPI tool install
uv tool install biomcp-cli
# or: pip install biomcp-cliClaude Desktop extension
Install BioMCP from the Anthropic Directory in Claude Desktop.
MCP clients
{
"mcpServers": {
"biomcp": {
"command": "biomcp",
"args": ["serve"]
}
}
}Remote HTTP server
biomcp serve-http --host 127.0.0.1 --port 8080