Skip to main content
Glama

Strava MCP Server

by r-huijts
package.json971 B
{ "name": "strava-mcp-server", "version": "1.0.1", "description": "MCP server for Strava API", "mcpName": "io.github.r-huijts/strava-mcp", "repository": { "type": "git", "url": "https://github.com/r-huijts/strava-mcp" }, "main": "dist/server.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx src/server.ts", "lint": "eslint . --ext .ts", "setup-auth": "tsx scripts/setup-auth.ts" }, "keywords": [ "mcp", "strava", "llm", "ai" ], "author": "", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.8.0", "axios": "^1.6.0", "dotenv": "^16.3.0", "zod": "^3.22.0" }, "devDependencies": { "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "ts-node": "^10.9.0", "tsx": "^4.7.0", "typescript": "^5.3.0" } }

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/r-huijts/strava-mcp'

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