Hevy MCP Server for Windsurf
io.github.chrisdoc/hevy-mcp
MCP server for managing workouts, routines, and exercise data through the Hevy API
client:Windsurf
transport:stdio
runtime:npm
Install Hevy MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"hevy-mcp": {
"command": "npx",
"args": [
"-y",
"hevy-mcp"
],
"env": {
"HEVY_API_KEY": "<HEVY_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs