Spotr MCP

by thompson-ad

269 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Spotr MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.