Wellness Project MCP Server

Hosted MCP server connecting Apple Health, Fitbit, Oura & Health Connect to Claude and ChatGPT.

Remote serverstreamable-httpGo

What is the Wellness Project MCP server?

Hosted MCP server connecting Apple Health, Fitbit, Oura & Health Connect to Claude and ChatGPT. The wellness project mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 5 defined tools rather than through you.

What it actually does

Its toolset

Everything the assistant can do here goes through one of these:

  • Apphttps://wellnessproject.ai
  • Ask — Widget
  • Source — Syncs
  • Fitbit — steps, Active Zone Minutes, sleep stages, resting heart rate, HRV
  • Oura — sleep, readiness, heart rate, HRV

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

Configuration

You will need one environment variable: YOUR_PERSONAL_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Wellness Project's toolset — App, Ask, Source and 2 more — is a fair guide to whether it matches your workflow. It is maintained by ai.wellnessproject; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the wellness project mcp server does with a few real requests.

Available tools

ToolWhat it does
Apphttps://wellnessproject.ai
AskWidget
SourceSyncs
Fitbitsteps, Active Zone Minutes, sleep stages, resting heart rate, HRV
Ourasleep, readiness, heart rate, HRV

How to install the Wellness Project MCP server

{
  "mcpServers": {
    "wellness-project": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://wellnessproject.ai/api/mcp",
        "--header",
        "Authorization: Bearer YOUR_PERSONAL_API_KEY"
      ]
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_PERSONAL_API_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use Wellness Project to App.
  • Use Wellness Project to Ask.
  • Use Wellness Project to Source.

Frequently asked questions

It connects Wellness Project to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (App, Ask, Source, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Wellness Project directly.