Hevy MCP for Cursor
io.github.diecoscai/hevy-mcp
MCP server for the Hevy fitness API — spec-generated schemas, dry-run-safe writes, easy setup.
client:Cursor
transport:stdio
runtime:npm
Install Hevy MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hevy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@diecoscai/hevy-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs