PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversfitness-trackingmcp-hackathon
返回「fitness-tracking」

mcp-hackathon

modelscope·@Beefsupreme21/mcp-hackathon

fitness-tracking0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

Strava MCP Server

A Model Context Protocol (MCP) server that provides Strava activity data to Cursor AI. Currently uses sample data, but easily extensible for real Strava API integration.

Add to Cursor

The configuration has been automatically added to your Cursor MCP settings!

If you need to add it manually or on another machine:

  1. Open ~/.cursor/mcp.json in a text editor
  2. Replace the content with:
{
  "mcpServers": {
    "strava": {
      "command": "python",
      "args": ["/Users/dylanmelotik/Code/melotik/mcp-hackathon/strava_mcp.py"],
      "env": {}
    }
  }
}
  1. Restart Cursor for changes to take effect

Setup

  1. Install dependencies:

    pip install -r requirements.txt
    
  2. Test the server:

    python strava_mcp.py
    

Available Tools

  • get_strava_activities - Get recent Strava activities (sample data)
    • limit parameter (default: 10) - max number of activities to return

Usage in Cursor

Once configured, you can ask Cursor: "Show me my recent Strava activities" and it will use the MCP server to return formatted activity data including:

  • Activity name and type
  • Distance and time
  • Date and description
  • Activity ID

For Real Strava Integration

To connect to the actual Strava API:

  1. Register at https://www.strava.com/settings/api
  2. Replace the hardcoded activities in get_strava_activities() with real API calls
  3. Add authentication handling

License

MIT License - feel free to use and modify!

相关 MCP Servers(来自「fitness-tracking」)

evangstav

暂无描述。

@evangstav/personal-mcp

mcp-myfitnesspal

暂无描述。

@ai-mcp-garage/mcp-myfitnesspal

ctvidic

暂无描述。

@ctvidic/strava-mcp-server

jefit-mcp

暂无描述。

@ai-mcp-garage/jefit-mcp

MCP-oura

暂无描述。

@YuzeHao2023/MCP-oura

oura-mcp

暂无描述。

@pokidyshev/oura-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/beefsupreme21-mcp-hackathon/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

3. **Restart Cursor** for changes to take effect ## Setup 1. **Install dependencies:** ```bash pip install -r requirements.txt

基本信息

分类
fitness-tracking / health-and-wellness / sports
运行方式
No
许可证
Unknown
详情文件
beefsupreme21-mcp-hackathon.md