What is the Fitness Tools MCP server?
Deterministic fitness calculators — TDEE, adaptive TDEE, body fat, 1RM, macros — with consensus.
How to install Fitness Tools
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fitness-tools": {
"command": "npx",
"args": [
"-y",
"@almostjacked/fitness-tools-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fitness-tools": {
"command": "npx",
"args": [
"-y",
"@almostjacked/fitness-tools-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fitness-tools": {
"command": "npx",
"args": [
"-y",
"@almostjacked/fitness-tools-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fitness-tools": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@almostjacked/fitness-tools-mcp"
]
}
}
}Claude Code
claude mcp add fitness-tools -- npx -y @almostjacked/fitness-tools-mcpRelated MCP servers
Your health data (weight, macros, weigh-ins) as MCP tools — in your own Supabase, zero custody.
0
View repository →TypeScript
MIT
Hevy (unofficial)
Active
Create Hevy routines and analyze your training from chat. Unofficial; BYO Hevy PRO API key.
0
View repository →TypeScript
MIT