Strava MCP Server
@rakeshgangwar
Strava MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"strava-mcp-server-rakeshgangwar": {
"command": "node",
"args": [
"get-strava-token.js",
"YOUR_CLIENT_ID",
"YOUR_CLIENT_SECRET"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Strava MCP Server?
It is a Model Context Protocol (MCP) server that integrates with the Strava API, allowing Claude to read and manage a user’s Strava activity data.
How to use Strava MCP Server?
After creating a Strava API application and obtaining a refresh token via the provided script, configure the MCP settings file with your STRAVA_CLIENT_ID, STRAVA_CLIENT_SECRET, and STRAVA_REFRESH_TOKEN. Build and start the server using npm run build and npm start; the server starts automatically when Claude requests it.
Key features of Strava MCP Server
- Retrieve activities for the authenticated athlete
- Get detailed information for a specific activity
- Create new manual activities
- List athletes who kudoed an activity
- View laps of an activity
Use cases of Strava MCP Server
- Ask Claude to show your recent Strava activities
- Get details about your latest run or ride
- Create a manual activity directly through Claude
- Find out who kudoed your activity
- View lap data from a track workout
FAQ from Strava MCP Server
How do I obtain the required Strava API credentials?
Create a Strava API application at strava.com/settings/api, noting your Client ID and Client Secret, then run the get-strava-token.js script to get a refresh token.
What should I do if I get authentication errors?
Your refresh token may have expired. Run the get-strava-token.js script again to obtain a new refresh token.
Are there any API rate limits?
Yes, the Strava API enforces rate limits. If you encounter rate limit errors, wait a few minutes before retrying.
What dependencies are needed to run the server?
Node.js and npm are required. After cloning the repository, run npm install to install dependencies, then npm run build to compile the server.
「その他」の他のコンテンツ
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント