Boostcamp MCP Server

Boostcamp MCP Server

Integrates with the Boostcamp fitness platform to provide access to training history, workout programs, custom exercises, and analytics through Claude.

Category
Visit Server

README

Boostcamp MCP Server

A Model Context Protocol (MCP) server for integrating with the Boostcamp fitness platform. This server provides seamless access to your training history, workout programs, custom exercises, and analytics through Claude Desktop and Claude Code.

Built with the boostcamp-api Python library - A library for interacting with Boostcamp's private API.

🚀 Quick Start

1. Installation

  1. Clone this repository:

    git clone https://github.com/Alex-Keyes/boostcamp-mcp.git
    cd boostcamp-mcp
    
  2. Install dependencies: Using uv:

    uv sync
    
  3. Configure Claude Desktop: Add this to your Claude Desktop configuration file:

    macOS: ~/Library/Application Support/Claude/claude_desktop_config.json Windows: %APPDATA%\Claude\claude_desktop_config.json

    {
      "mcpServers": {
        "Boostcamp": {
          "command": "uv",
          "args": [
            "run",
            "--with",
            "mcp[cli]",
            "--with-editable",
            "/path/to/your/boostcamp-mcp",
            "mcp",
            "run",
            "/path/to/your/boostcamp-mcp/src/boostcamp_mcp/server.py"
          ]
        }
      }
    }
    

    Important: Replace /path/to/your/boostcamp-mcp with your actual path!

  4. Restart Claude Desktop

2. One-Time Authentication Setup

Important: For security, authentication is performed via a standalone script to generate a session.

Open Terminal and run:

cd /path/to/your/boostcamp-mcp
uv run login

Follow the prompts:

  • Enter your Boostcamp email and password.
  • The script will securely authenticate and save your session locally.
  • Session tokens are stored in a .env file and .boostcamp/ directory (automatically ignored by git).

3. Start Using

Once authenticated, use these tools directly in Claude:

  • get_my_profile - View your profile and general stats.
  • list_enrolled_programs - See your current active programs.
  • get_training_history - Review your past workouts.
  • get_home_summary - Get your dashboard streak and totals.

✨ Features

📊 Fitness Analytics

  • Home Summary: Get total workouts, total weight moved, and current week streak.
  • Volume Charts: Access training volume data over time.
  • Muscle Distribution: See which muscle groups you've been targeting.

🏋️ Workout Management

  • Program Details: Fetch full workout plans, including sets, reps, and coach notes.
  • Enrolled Programs: Track your progress in active training plans.
  • Custom Exercises: Access exercises you've manually created.

📚 Content & Discovery

  • Program Catalog: Search and list all available programs on the platform.
  • Blog Access: Read the latest articles and training guides from the Boostcamp blog.

🛠️ Available Tools

Tool Description Parameters
get_my_profile Get user profile and settings None
list_enrolled_programs List your active programs None
get_training_history Get detailed workout history timezone_offset
get_payment_history View your subscription/orders None
list_custom_exercises List your unique exercises None
list_all_programs Search the program catalog page, page_size, keyword
get_program_details Get full plan for a program ID program_id
list_blogs List recent blog posts page, page_size
get_home_summary Dashboard stats (streak/totals) timezone_offset
get_home_chart Training volume chart data timezone_offset
get_home_muscle Muscle group distribution timezone_offset

🔧 Troubleshooting

Authentication Issues

If you see "Authentication Error" or token expiration messages:

  1. Run the login command: uv run login
  2. Restart your MCP client (Claude Desktop or Claude Code).

Session Management

  • Sessions are stored in .boostcamp/session.pickle.
  • The BOOSTCAMP_AUTH_TOKEN is saved to your local .env.
  • Security Note: Never commit your .env or .boostcamp/ folder. They are included in .gitignore by default.

📄 License

MIT License

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured