contactjccoaching-wq/smartrabbit-mcp
MCP Server for Smart Rabbit Fitness — AI workout programs in Claude Desktop. Text + React formats. Free.
[](https://github.com/contactjccoaching-wq/smartrabbit-mcp) [](https://opensource.org/licenses/MIT)
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.
No install needed:
npx smartrabbit-mcpnpm install -g smartrabbit-mcpgit clone https://github.com/contactjccoaching-wq/smartrabbit-mcp.git
cd smartrabbit-mcp
npm installAdd to your config file:
%APPDATA%\Claude\claude_desktop_config.json~/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.
Loading reviews...