Self-hosted Garmin Connect MCP server for ChatGPT, built with TypeScript on Cloudflare Workers and D1.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"universal-data-mcp-w": {
"command": "npx",
"args": [
"-y",
"marceloomiqueles/universal-data-mcp-worker"
]
}
}
}
Run in terminal:
claude mcp add universal-data-mcp-w npx -y marceloomiqueles/universal-data-mcp-worker
Add to .cursor/mcp.json:
{
"mcpServers": {
"universal-data-mcp-w": {
"command": "npx",
"args": [
"-y",
"marceloomiqueles/universal-data-mcp-worker"
]
}
}
}