MCP Catalogs
Home

mcp-server-chart vs hevy-mcp

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

mcp-server-chart
by antvis
hevy-mcp
by chrisdoc
Stars★ 4,068★ 230
30d uses10,239
Score8451
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
ProductivityAI / LLM Toolshealth-fitness
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

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

hevy-mcp · Summary

MCP server for Hevy fitness app enabling AI to manage workouts, routines, and exercise templates.

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

hevy-mcp · Use cases

  • AI assistants can create personalized workout plans based on user history and preferences
  • Automatically update workout logs after exercise completion through webhook subscriptions
  • Search and recommend exercises based on muscle groups, equipment, or workout type

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

hevy-mcp · Install

Installation

Via npx (Recommended)
HEVY_API_KEY=sk_live... npx -y hevy-mcp
Manual Installation
git clone https://github.com/chrisdoc/hevy-mcp.git
cd hevy-mcp
npm install
cp .env.sample .env
# Edit .env and add your HEVY_API_KEY
Claude Desktop Configuration

Add to claude_desktop_config.json:

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