fitness-coach

mehulkapadia5/fitness-coach
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Personal health, workout, and meal tracking MCP server for Claude. Runs on Cloudflare Workers + D1.
View on GitHub →

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"
      ]
    }
  }
}