Spotr MCP Server
by thompson-ad
The Spotr MCP server augments Claude with fitness coaching capabilities for the Spotr platform. It acts as a bridge between Claude and the Spotr fitness web application, enabling access to coaching data and storage of generated fitness programs.
Last updated: N/A
What is Spotr MCP Server?
SpotrFitnessServer is a Model Context Protocol (MCP) server that connects Claude to the Spotr fitness web application. It allows Claude to access coaching data and store generated fitness programs in your database, facilitating AI-powered fitness coaching.
How to use Spotr MCP Server?
To use the server, clone the repository, install dependencies using npm or yarn, configure environment variables with your API credentials, and then start the server using node server.js
. You can then interact with Claude to generate personalized fitness programs and store them in your Spotr application.
Key features of Spotr MCP Server
Generate personalized fitness programs for clients
Create program blueprints that can be reused for multiple clients
Refresh and tweak existing programs
Analyze client progress and program effectiveness
Use cases of Spotr MCP Server
Generating tailored workout plans for individual clients
Creating reusable program templates for common fitness goals
Adjusting existing programs based on client feedback and progress
Providing data-driven insights into program performance
FAQ from Spotr MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a framework for connecting large language models like Claude to external data and tools.
What are the prerequisites for running the server?
What are the prerequisites for running the server?
You need Node.js, npm or yarn, and API access to your fitness backend.
How do I configure the server?
How do I configure the server?
Copy the .env.example
file to .env
and edit it with your API credentials.
How do I generate a fitness program?
How do I generate a fitness program?
Interact with Claude, providing details about the client's fitness level, goals, and preferences. Claude will then generate a program and save it to your Spotr app.
Where are the program blueprints stored?
Where are the program blueprints stored?
Program blueprints and other related data are stored in your database, accessible through the Spotr application.