hevy-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
hevy-mcp by chrisdoc | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 230 | ★ 85,748 |
| 30d uses | — | — |
| Score | 51 | 77 |
| Official | — | ✓ |
| Categories | ProductivityAI / LLM Toolshealth-fitness | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
hevy-mcp · Summary
MCP server for Hevy fitness app enabling AI to manage workouts, routines, and exercise templates.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
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
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
hevy-mcp · Install
Installation
Via npx (Recommended)
HEVY_API_KEY=sk_live... npx -y hevy-mcpManual 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_KEYClaude 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"
}
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}