Personal health, workout, and meal tracking MCP server for Claude. Runs on Cloudflare Workers + D1.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"fitness-coach": {
"command": "npx",
"args": [
"-y",
"mehulkapadia5/fitness-coach"
]
}
}
}
Run in terminal:
claude mcp add fitness-coach npx -y mehulkapadia5/fitness-coach
Add to .cursor/mcp.json:
{
"mcpServers": {
"fitness-coach": {
"command": "npx",
"args": [
"-y",
"mehulkapadia5/fitness-coach"
]
}
}
}