MoveMate: Gym Workout Tracker for Claude Desktop
app.movemate/movemate
Schedule workouts from the MoveMate exercise library and review history, PRs and progression.
client:Claude Desktop
transport:streamable-http
Install MoveMate: Gym Workout Tracker in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"movemate": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.movemate.app/mcp"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs