Интеграция Strava API с Model Context Protocol (MCP) SDK

by rbctmz

162 downloads
Not rated
GitHub

About

Интеграция Strava API с Model Context Protocol SDK

Details

Author
rbctmz
Downloads
162
Categories
Developer Tools

- Analyze workouts from Strava
- Generate training recommendations
- Automatic token refresh
- Rate limiting for API requests

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 Интеграция Strava API с Model Context Protocol (MCP) SDK
    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

Clone the repository, install dependencies with uv, create a Strava API application, configure environment variables (.env), run python scripts/auth.py to obtain tokens, and then start the server with mcp dev src/server.py. Resources are accessed via URIs like strava://activities and tools such as analyze_activity(activity_id).

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "\u0438\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f strava api \u0441 model context protocol (mcp) sdk": {
            "mcp-server-strava": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "."
                ]
            }
        }
    }
}

McpServers

{
    "mcp-server-strava": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "."
        ]
    }
}

Интеграция Strava API с Model Context Protocol (MCP) SDK

CI
Codecov
Python
License: MIT
Ruff

Интеграция для анализа тренировок и получения рекомендаций на основе данных Strava с использованием Model Context Protocol SDK.

🚀 Возможности

- Анализ тренировок из Strava
- Рекомендации по тренировкам
- Автоматическое обновление токенов
- Rate limiting для API запросов

📋 Требования

- Python 3.10+
- Claude Desktop
- Strava аккаунт
- uv (рекомендуется)

⚙️ Установка

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