
Fitness Ai Mcp
- Updated July 25, 2026
- CSOAI-ORG/fitness-ai-mcp
fitness-ai-mcp is an MCP server that exposes MEOK AI Labs fitness AI tools to your coding agent over stdio.
About
fitness-ai-mcp is a Model Context Protocol server from MEOK AI Labs that lets developers connect coding agents to fitness-oriented AI capabilities over stdio. If you are shipping a wellness app, a coaching bot, or just want structured workout and health context inside Claude Code or Cursor, this package gives your agent a registered tool surface instead of one-off API prompts. The server is distributed on PyPI as fitness-ai-mcp, targets local MCP hosts, and follows the official MCP server manifest so you can drop it into an agents config alongside other CSOAI lifestyle MCPs. It is not a hosted SaaS backend by itself—you still own auth, user data, and UI—but it accelerates the integration layer when your product roadmap includes personalized training, logging, or AI-assisted recovery advice. Use it during Build when integrations are on the critical path, and treat outputs as suggestions that need your own safety and medical disclaimers.
- stdio MCP server (fitness-ai-mcp) installable from PyPI at version 1.0.4
- Published under the Model Context Protocol server schema dated 2025-12-11
- Maintained by MEOK AI Labs via CSOAI-ORG on GitHub for agent-side fitness workflows
- Designed for Claude Desktop–style MCP clients that spawn a local Python process
- Fits indie builders prototyping AI workout coaches, habit trackers, or wellness copilots
Fitness Ai Mcp by the numbers
- Data as of Jul 26, 2026 (Skillselion catalog sync)
claude mcp add fitness-ai-mcp -- uvx fitness-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | fitness-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | July 25, 2026 |
| Repository | CSOAI-ORG/fitness-ai-mcp ↗ |
What it does
Wire Claude Code or Cursor to fitness planning, logging, and coaching flows while you ship a health or wellness side project.
Who is it for?
Best when you're building fitness, habit, or coaching products and already run MCP in Claude Code, Cursor, or Claude Desktop.
Skip if: Skip if you need a certified medical device stack, enterprise HIPAA posture, or a fully managed fitness API with no local Python runtime.
What you get
After you register fitness-ai-mcp, your agent can call standardized fitness tools from the same MCP config you use for code and docs work.
- Registered stdio MCP server exposing fitness AI tools to your agent
- Version-pinned PyPI install (1.0.4) aligned with the official MCP server schema
- Reusable tool calls for fitness-oriented prompts during product development
By the numbers
- Server version 1.0.4 on PyPI identifier fitness-ai-mcp
- Transport type stdio per MCP server manifest
- Repository source GitHub CSOAI-ORG/fitness-ai-mcp
README.md
Fitness Ai MCP
MEOK AI Labs MCP Server
MEOK AI Labs MCP Server
🚀 Quick Start
# Install via pip
pip install fitness_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install fitness-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"fitness-ai-mcp": {
"command": "uvx",
"args": ["fitness-ai-mcp"]
}
}
}
Or: pip install fitness-ai-mcp then run the fitness-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
generate_workoutto …" - "Use
track_caloriesto …" - "Use
calculate_body_compositionto …"
Recommended MCP Servers
How it compares
MCP fitness integration, not a turnkey Strava clone or mobile workout app template.
FAQ
Who is fitness-ai-mcp for?
Developers who use MCP-enabled agents and want fitness AI actions available as tools while they design or code wellness products.
When should I use fitness-ai-mcp?
Use it during Build when you are wiring agent-tooling and need repeatable fitness queries instead of ad-hoc chat prompts.
How do I add fitness-ai-mcp to my agent?
Install the fitness-ai-mcp package from PyPI, point your MCP client at the stdio server entry, and restart the host so tools appear in the agent catalog.