Spotr MCP
Description
# Spotr MCP A Model Context Protocol (MCP) server designed to augment Claude with fitness coaching capabilities for the Spotr platform. ## Overview SpotrFitnessServer acts as a bridge between Claude and the Spotr fitness web application. It enables Claude to access coaching data…
About
# Spotr MCP A Model Context Protocol (MCP) server designed to augment Claude with fitness coaching capabilities for the Spotr platform. ## Overview SpotrFitnessServer acts as a bridge between Claude and the Spotr fitness web application. It enables Claude to access coaching data and store generated fitness programs in…
Details
- Author
- thompson-ad
- Downloads
- 269
- Categories
- Other
Jump to
- Generate personalized fitness programs for clients
- Create reusable program blueprints for multiple clients
- Refresh and tweak existing programs
- Analyze client progress and program effectiveness
- Answer questions about programs
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Spotr MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Requires Node.js, npm or yarn, and API access to your fitness backend. Clone the repository, install dependencies, set up environment variables in a .env file, then run node server.js to start the server.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"spotr mcp": {
"spotr-mcp-server": {
"command": "node",
"args": [
"server.js"
]
}
}
}
}
McpServers
{
"spotr-mcp-server": {
"command": "node",
"args": [
"server.js"
]
}
}
Spotr MCP
A Model Context Protocol (MCP) server designed to augment Claude with fitness coaching capabilities for the Spotr platform.
Overview
SpotrFitnessServer acts as a bridge between Claude and the Spotr fitness web application. It enables Claude to access coaching data and store generated fitness programs in your database.
Features
- 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
- Answer questions about programs
Getting Started
Prerequisites
- Node.js
- npm or yarn
- API access to your fitness backend
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



