User Health Profile MCP Server
Uses Cloudflare tunnels to expose the MCP server externally, allowing remote access to the health profile management functionality
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@User Health Profile MCP Servershow me the health profile for user john.doe"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
This is a sample MCP server that lets you list, get a user and add a user health profile You can check more about if when you load this into a MCP Inspector
Quick Setup
First run the MCP Server
uv run main.py(Optional - if u want to use this MCP server outside of your machine) Next expose this via cloudflared
cloudflared tunnel --url localhost:8000It will take some time to generate a tunnel URL, but you will get one. Send that your buddy for them test. You might have to retry this step a few times because the tunnel establishment is a bit finnicky
Next you can test this on MCP Inspector Run this on terminal
npx @modelcontextprotocol/inspectorAnd then use localhost:8000/mcp as the MCP host
Now finally you can test this on ChatGPT Connectors by turning on developer mode and adding a custom connector (MCP)
Related MCP server: Google Health Fitbit MCP
Example Usage in ChatGPT
This server cannot be deployed
Maintenance
Related MCP Connectors
Hosted MCP server for the Healthie EHR & telehealth API: patients, appointments, charting, tasks.
Hosted MCP server exposing US hospital procedure cost data to AI assistants
Collect Apple Health data from your wearables through the Context app and query it via MCP
MCP server for Withings health data — sleep, activity, heart, and body metrics.
Related MCP Servers
- AlicenseBqualityAmaintenanceA local-first MCP server that enables AI agents to read user-authorized Google Health API v4 data from Fitbit, Pixel Watch, and partners via OAuth, with tokens never leaving the machine.26210 npm53MIT
- AlicenseAqualityBmaintenanceAn MCP server that locally authenticates with Google Health API v4 and provides read-only access to Fitbit, Pixel Watch, and other health data for AI agents.2975 npm17MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI clients to securely access, query, and mutate normalized user-controlled health data (e.g., from Apple Health or Supabase) through a bounded set of MCP tools, with optional OAuth and sandboxed deployment.MIT
- FlicenseNot gradedqualityCmaintenanceSelf-hosted MCP server that provides read-only access to Google Health API v4, enabling analysis of personal health data via OpenAI Responses API or ChatGPT.-