Hosted MCP server connecting Apple Health, Fitbit, Oura & Health Connect to Claude and ChatGPT.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"wellness-project": {
"args": [
"mcp-remote",
"https://wellnessproject.ai/api/mcp",
"--header",
"Authorization: Bearer YOUR_PERSONAL_API_KEY"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect Apple Health, Fitbit, Oura, and Google Health Connect to Claude and ChatGPT. Wellness Project is a hosted Model Context Protocol (MCP) server: your devices sync into one account, and Claude or ChatGPT read your workouts, sleep, nutrition, and recovery in plain English. No exports, no copy-paste, no community server to self-host.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in health / ai-ml
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for ai.wellnessproject/wellness-project and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect Apple Health, Fitbit, Oura, and Google Health Connect to Claude and ChatGPT. Wellness Project is a hosted Model Context Protocol (MCP) server: your devices sync into one account, and Claude or ChatGPT read your workouts, sleep, nutrition, and recovery in plain English. No exports, no copy-paste, no community server to self-host.
Wellness Project is a free AI health app. This repository documents its public MCP server: the tool catalog, the schemas, the inline-chart widgets, and how to connect any MCP client to it.
https://wellnessproject.ai/api/mcpMost health and fitness services ship no MCP server of their own. There is no official Fitbit MCP server, no Oura MCP server, no Hevy or TrainingPeaks MCP server, so Claude and ChatGPT cannot read that data on their own. The GitHub results for those queries are mostly unmaintained community repos you would have to run, refresh tokens for, and keep alive yourself.
Wellness Project is the hosted alternative. It connects to your devices over OAuth, ingests your workouts and recovery data, and exposes all of it to any MCP client through one authenticated endpoint. You connect once and it stays connected.
Once connected, you ask your AI naturally and it calls the matching tool:
Read tools pull your logged and synced data. Write tools log new entries. Chart tools render an interactive inline graph instead of a wall of numbers.
Connect your device once at wellnessproject.ai, then add the MCP server to Claude or ChatGPT. The same hosted endpoint serves both, so connecting Apple Health to Claude, Fitbit to ChatGPT, or Oura to either works the same way. The steps are below.
claude.ai (remote connector, recommended)
https://wellnessproject.ai/api/mcp and authorize with OAuth.That is it. The connector carries across every conversation.
Desktop / scripted clients (API key)
Headless and desktop clients use a long-lived personal API key instead of the OAuth flow. Generate one in Settings → Claude inside the app. The server speaks streamable-HTTP MCP and authenticates with a bearer token:
POST https://wellnessproject.ai/api/mcp
Authorization: Bearer YOUR_PERSONAL_API_KEY
For a client that supports remote HTTP MCP servers with custom headers, point it at that URL with the Authorization header above. For a stdio-only client, bridge to it with mcp-remote:
{
"mcpServers": {
"wellness-project": {
"command": "npx",
"args": [
"mcp-remote",
"https://wellnessproject.ai/api/mcp",
"--header",
"Authorization: Bearer YOUR_PERSONAL_API_KEY"
]
}
}
}
Rotate or revoke the key from the same settings screen at any time.
The same server backs ChatGPT. Connect Wellness Project as a custom connector / plugin pointed at https://wellnessproject.ai/api/mcp and authorize. The identical tools and widgets are available there.
A short screen recording of the Wellness Project connector running inside ChatGPT: connecting, asking questions in plain English, and the tools returning live data.
<video s