Fitness MCP ServerServer

ag2-mcp-servers
GitHub
fitnesshealthAPI

Loading subscription status...

💡 Description

An MCP server that provides access to Google's Fitness API, allowing interaction with health and fitness data using natural language through the Multi-Agent Conversation Protocol.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Fitness MCP Server": {
        "env": {
          "SECURITY": "<SECURITY>",
          "CONFIG_PATH": "mcp_server/mcp_config.json"
        },
        "args": [],
        "command": "python mcp_server/main.py stdio"
      }
    }
  ]
}

🛠️ Tools

Pythonpipuv