Skip to main content
Glama

Strava MCP

by JonoCX

ストラバMCP

このリポジトリには、Claudeデスクトップクライアントに追加できるStrava MCPが含まれています。インストールすると、Claudeにアクティビティについて質問できるようになります。

私のブログ記事をここでチェックしてください

設定

依存関係

  • クロードデスクトップ
  • uv
  • 開発アプリをセットアップしたStavaアカウント

Stravaに接続中

Strava プロフィールにアプリを設定し、このリポジトリをクローンしたら、ルートに次の内容の.envファイルを作成します。

STRAVA_CLIENT_ID=<fill-me-in> STRAVA_CLIENT_SECRET=<fill-me-in> STRAVA_ACCESS_TOKEN=<fill-me-in> STRAVA_REFRESH_TOKEN=<fill-me-in>

MCPをクロードに接続する

次のコマンドを実行すると、Claude 構成にサーバーを追加できます。

uv run mcp install main.py

サーバーに変更を加えた場合は、Claude デスクトップ クライアントを再起動する必要があります。

インストールが完了すると、Claudeアプリのテキストボックスの下部にハンマーアイコンが表示されます。それをクリックすると、以下の画面が表示されます。

Available MCP tools showing that Strava has been installed

ランニング

これでサーバーが追加されたので、Claude はそれを使用できるようになります。

試してみましょう: 「私の最近の活動について教えてください」。

The output of claude when asking about a specific activity

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

ユーザーが Strava API に接続して Strava アクティビティ データを照会および分析できる Claude MCP サーバー。

  1. 設定
    1. 依存関係
    2. Stravaに接続中
    3. MCPをクロードに接続する
  2. ランニング

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      The Seq MCP Server enables interaction with Seq's API endpoints for logging and monitoring, providing tools for managing signals, events, and alerts with extensive filtering and configuration options.
      Last updated -
      3
      13
      3
      JavaScript
      MIT License
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that provides language models with access to Strava API data, allowing them to query and analyze athlete activities from Strava.
      Last updated -
      4
      3
      Python
      MIT License
      • Apple
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables language models to interact with Strava data, including activities, athlete statistics, routes, achievements, and social features.
      Last updated -
      2
      Python
      MIT License
      • Linux
      • Apple
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that enables users to access Strava fitness data, including user activities, activity details, segments, and leaderboards through a structured API interface.
      Last updated -
      3
      Python
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/JonoCX/strava-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server