strava-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
strava-mcp by kw510 | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 26 | ★ 85,748 |
| 30d uses | — | — |
| Score | 35 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsfitnessAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 13 mo ago | this month |
strava-mcp · Summary
MCP server with Strava OAuth integration for secure authentication and tool access.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
strava-mcp · Use cases
- Integrate Strava fitness data with AI assistants for personalized training insights
- Enable MCP clients to securely access user's activity history and performance metrics
- Build applications that combine AI analysis with fitness tracking data
time · Use cases
- Assisting with international meeting scheduling across time zones
- Providing real-time time information for location-based queries
- Enabling time conversion for travel planning and itineraries
strava-mcp · Install
Installation
- Clone the repository:
git clone https://github.com/kw510/strava-mcp.git
cd strava-mcp
npm install- Set up Strava API credentials
- Configure Cloudflare KV namespace:
wrangler kv:namespace create "OAUTH_KV"- Deploy to Cloudflare:
wrangler deployClaude Desktop Configuration
Add to Claude Desktop config:
{
"mcpServers": {
"strava": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp-strava-oauth.<your-subdomain>.workers.dev/sse"
]
}
}
}time · Install
Installation Options
**Using uv (recommended):**
uvx mcp-server-time**Using PIP:**
pip install mcp-server-time
python -m mcp_server_time**Configure for Claude Desktop:**
{
"mcpServers": {
"time": {
"command": "uvx",
"args": ["mcp-server-time"]
}
}
}