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.
其他 分类下的更多 MCP 服务器
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Codelf
unbugA search tool helps dev to solve the naming things problem.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.

EverArt
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
评论