mcp-server-chart vs whoop-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | whoop-mcp by shashankswe2020-ux | |
|---|---|---|
| Stars | ★ 4,068 | ★ 70 |
| 30d uses | 10,239 | — |
| Score | 84 | 49 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | healthfitnessAI / LLM Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
whoop-mcp · Summary
MCP server connecting AI assistants to WHOOP health and fitness data through OAuth2 authentication with 6 data 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
whoop-mcp · Use cases
- Ask AI questions about your weekly recovery scores and sleep quality
- Get workout summaries and performance metrics through natural conversation
- Track physiological cycles and body measurements over time
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"]
}
}
}whoop-mcp · Install
Installation
Via MCP Registry:
Server name: io.github.shashankswe2020-ux/whoopVia Claude Desktop: Add this to your Claude Desktop configuration:
{
"mcpServers": {
"whoop": {
"command": "npx",
"args": ["whoop-ai-mcp"],
"env": {
"WHOOP_CLIENT_ID": "your_client_id",
"WHOOP_CLIENT_SECRET": "your_client_secret"
}
}
}
}Global installation:
npm install -g whoop-ai-mcp