Fitness Tools for Claude Desktop
io.github.almostjacked/fitness-tools
Deterministic fitness calculators — TDEE, adaptive TDEE, body fat, 1RM, macros — with consensus.
client:Claude Desktop
transport:streamable-http
runtime:npm
tools:10
Install Fitness Tools in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"fitness-tools": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://fitness-tools-mcp.ajwallacemusic.workers.dev/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