Smartrabbit MCP
MCP Server for Smart Rabbit Fitness β AI workout programs in Claude Desktop. Text + React formats. Free.
Ask AI about Smartrabbit MCP
Powered by Claude Β· Grounded in docs
I know everything about Smartrabbit MCP. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Smart Rabbit MCP Server
MCP (Model Context Protocol) server for Smart Rabbit Fitness β free AI-powered workout program generator.

Works with Claude Desktop, Claude Code, and any MCP-compatible AI assistant.
Features
- Personalized programs β AI generates complete workout plans based on your profile
- Two output formats β Plain text (works everywhere) or interactive React artifact (for Claude.ai)
- PubMed integration β Scientific references automatically included in justifications
- Smart questioning β Asks about preferences, limitations, and condition before generating
- Multi-language β Supports FR, EN, ES, DE, PT, IT, HI, AR
Installation
Option 1: NPX (Easiest)
No install needed:
npx smartrabbit-mcp
Option 2: Global Install
npm install -g smartrabbit-mcp
Option 3: From Source
git clone https://github.com/contactjccoaching-wq/smartrabbit-mcp.git
cd smartrabbit-mcp
npm install
Configuration for Claude Desktop
Add to your config file:
- Windows:
%APPDATA%\Claude\claude_desktop_config.json - macOS:
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"smartrabbit": {
"command": "npx",
"args": ["-y", "smartrabbit-mcp"]
}
}
}
If installed globally:
{
"mcpServers": {
"smartrabbit": {
"command": "smartrabbit-mcp"
}
}
}
From source:
{
"mcpServers": {
"smartrabbit": {
"command": "node",
"args": ["/path/to/smartrabbit-mcp/index.js"]
}
}
}
After adding the config, restart Claude Desktop.
Usage
Just talk to Claude naturally:
"Create me a fitness program. I'm 30 years old, male, intermediate level,
I want to build muscle, can train 4 times a week for 60 minutes,
and I have access to a full gym."
Claude will:
- Ask about your preferences, limitations, and condition (if not provided)
- Call Smart Rabbit API via MCP
- Search PubMed for scientific references
- Generate a complete personalized program
Output Formats
- Text (default) β Unicode-formatted plain text, works in any chat interface
- React β Interactive React artifact with tabs, dark theme, color-coded by goal (for Claude.ai)
Available Tools
generate_fitness_program
Generate a personalized fitness program.
| Parameter | Required | Type | Options |
|---|---|---|---|
| age | Yes | number | 14-80 |
| sex | Yes | string | male, female |
| level | Yes | string | beginner, intermediate, advanced |
| sessions | Yes | number | 2-6 sessions/week |
| duration | Yes | number | 30, 45, 60, 75, 90 minutes |
| equipment | Yes | string | bodyweight, minimal, home_gym, full_gym |
| goal | Yes | string | muscle, strength, endurance, weight_loss, wellness, definition |
| format | No | string | text (default), react |
| condition | No | string | sedentary, light, moderate, active, athletic |
| style | No | string | hybrid, bodybuilding, powerlifting, crossfit, calisthenics, functional |
| preferences | No | string | Exercise preferences (max 500 chars) |
| limitations | No | string | Injuries/limitations (max 500 chars) |
| include_pubmed | No | boolean | Include PubMed references (default: true) |
search_pubmed
Search PubMed for scientific studies related to fitness and training.
| Parameter | Required | Type | Description |
|---|---|---|---|
| query | Yes | string | Search terms (e.g., "hypertrophy training volume") |
| max_results | No | number | 1-10 (default: 5) |
get_program_options
Returns all available options for goals, equipment, levels, styles, and formats.
Example Output (Text Format)
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π° SMART RABBIT FITNESS PROGRAM
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π PROFILE SUMMARY
βββββββββββββββββββββ
β’ Age: 30 | Sex: Male | Level: Intermediate
β’ Goal: Muscle | Sessions: 4/week | Duration: 60 min
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π
WEEKLY PROGRAM
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β DAY 1 - PUSH (Chest/Shoulders/Triceps) β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
βββ HIGH PRIORITY - Compound Movements
βββββββββββββββββββββββββββββββββββββββββ
1. Bench Press
ββ Sets x Reps: 4 x 8-10
ββ Tempo: 3-1-2-0
ββ Rest: 2 min
ββ Notes: Progressive overload focus
...
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
π° Generated by Smart Rabbit Fitness β Free AI Workout App
π± Create your personalized program in 30 seconds:
https://www.smartrabbitfitness.com
β¨ 100% free Β· No account needed Β· AI-powered
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Links
- App: https://www.smartrabbitfitness.com
- API: https://smartrabbit-rapidapi.contactjccoaching.workers.dev
- GitHub: https://github.com/contactjccoaching-wq/smartrabbit-mcp
Related Projects
- immune β Adaptive memory system β learns patterns from every scan (+85% code quality)
- chimera β Bio-inspired 3-stage pipeline (Slime Mold β PRISM β Immune)
- spinal-loop β Neuromuscular-inspired agent routing (cheap models first)
- prism-framework β Multi-agent synthesis via native LLM stochasticity
- daco-framework β Declarative Agent & MCP Orchestration on Cloudflare Workers
License
MIT
