Skip to main content
Glama
package.json1.02 kB
{ "name": "garmin-workouts-mcp", "version": "1.0.4", "description": "Natural language to Garmin Connect workout creation tool - MCP server for Claude", "main": "dist/mcp-server.js", "bin": { "garmin-workouts-mcp": "dist/mcp-server.js" }, "files": [ "dist/**/*", "README.md" ], "scripts": { "build": "tsc", "mcp-server": "tsx src/mcp-server.ts", "pack": "npm pack && mv garmin-workouts-mcp-*.tgz garmin-workouts-mcp-local.tgz", "prepublishOnly": "pnpm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "garmin", "workout", "mcp", "claude", "fitness", "training" ], "author": "Charles Harris", "license": "ISC", "dependencies": { "@modelcontextprotocol/sdk": "^1.13.1", "@types/node-fetch": "2", "node-fetch": "2", "puppeteer": "^24.10.2" }, "devDependencies": { "@types/node": "^24.0.3", "tsx": "^4.20.3", "typescript": "^5.8.3" }, "engines": { "node": ">=16" } }

Latest Blog Posts

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/charlesfrisbee/garmin-workouts-mcp'

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