OpenStride MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OpenStride MCP Servershow my stats for this week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
OpenStride MCP Server
Model Context Protocol (MCP) server that allows AI assistants (Claude, ChatGPT, etc.) to access and analyze your OpenStride training data.
Installation
npx -y @openstride/mcp-serverRelated MCP server: coros-mcp
Configuration
Claude Desktop
Add to your Claude Desktop config (~/.config/Claude/claude_desktop_config.json on Linux/macOS or %APPDATA%\Claude\claude_desktop_config.json on Windows):
{
"mcpServers": {
"openstride": {
"command": "npx",
"args": ["-y", "@openstride/mcp-server"],
"env": {
"OPENSTRIDE_MANIFEST_URL": "https://drive.google.com/uc?id=YOUR_MANIFEST_ID"
}
}
}
}Getting Your Manifest URL
Open OpenStride
Go to Profile > App Extensions
Enable AI Assistant (MCP)
Go to Profile > AI Assistant (MCP)
Connect Google Drive (if not already connected)
Click Publish Data
Copy the manifest URL
Available Tools
list_activities
List activities with filters and pagination.
Parameters:
limit(number): Max results (default: 20, max: 100)offset(number): Pagination offsettype(string[]): Activity types (run,bike,swim,walk,hike)startDate(string): Start date (YYYY-MM-DD)endDate(string): End date (YYYY-MM-DD)minDistance(number): Min distance in metersmaxDistance(number): Max distance in meters
get_activity
Get complete activity details.
Parameters:
activityId(string): Activity ID
get_stats
Calculate aggregated statistics.
Parameters:
period(string): Aggregation period (week,month,year)startDate(string): Start dateendDate(string): End date
search_activities
Search activities by text.
Parameters:
query(string): Search query (title, notes)
analyze_activity
Analyze activity performance.
Parameters:
activityId(string): Activity IDanalyses(string[]): Analysis types (segments,best-efforts,slope,heart-rate-zones)
Requirements
Google Drive connection in OpenStride
Activities marked as public (privacy settings)
License
MIT
Links
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA 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 updated422MIT
- Alicense-qualityAmaintenanceA Model Context Protocol (MCP) server that fetches sleep, HRV, and training data from the unofficial Coros API and exposes them to AI assistants like Claude, enabling natural language queries about fitness metrics and workout management.Last updated103MIT
- AlicenseAqualityFmaintenanceA Model Context Protocol (MCP) server for Intervals.icu integration. Access your training data, wellness metrics, and performance analysis through Claude and other LLMs.Last updated4832MIT
- Alicense-qualityBmaintenanceThis Model Context Protocol (MCP) server connects to Garmin Connect and exposes your fitness and health data to Claude and other MCP-compatible clients.Last updated1MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
MCP (Model Context Protocol) server for Appwrite
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/OpenStride/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server