hevy-mcp
Verified Safeby chrisdoc
Overview
This server acts as a Model Context Protocol (MCP) interface, enabling AI assistants to interact with the Hevy fitness tracking app's API to manage workout data, routines, exercise templates, folders, and webhook subscriptions.
Installation
HEVY_API_KEY=your_hevy_api_key_here npx -y hevy-mcpEnvironment Variables
- HEVY_API_KEY
Security Notes
The server securely handles the Hevy API key via environment variables or CLI arguments. Webhook URL validation is implemented to prevent common SSRF vulnerabilities (e.g., disallowing localhost/loopback addresses). A Sentry DSN is hardcoded for observability of the tool itself, but PII collection is explicitly disabled, mitigating direct user data exposure risks. Users who wish to fully disable telemetry would need to fork the repository.
Similar Servers
pierre_mcp_server
Conversational AI fitness coaching and data analysis platform with provider integrations and user management.
mcp-helm
Provides a Model Context Protocol (MCP) server for AI assistants to interact with Helm repositories and charts without requiring a local Helm installation.
mq-mcp
Acts as a Model Context Protocol (MCP) server for AI assistants, enabling them to query and process Markdown and HTML content using the mq query language.
iracing-data-mcp-server
Provides an MCP server and CLI tool for accessing iRacing racing simulation data API for AI assistant integration and direct command-line use.