mcpbeat Sign in

Marrow MCP Server

by skeletonarmy Your server? Claim it
local only

Marrow runs on your own machine — the client starts it, so there is no endpoint to ping. 162 installs a week from pypi. Last commit 18 Aug 2026.

Read-only MCP access to your own Apple Health data, mirrored from the Marrow iOS app.

Installs per day peak 1 223 · avg 103 · -22% w/w
a month agotoday
162
Installs / week
pypi · marrow-mcp
0
Stars
0 open issues
18 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Marrow every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add marrow -- uvx marrow-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "marrow": {
      "args": [
        "marrow-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.marrow]
command = "uvx"
args = ["marrow-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "marrow": {
      "args": [
        "marrow-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "marrow": {
      "args": [
        "marrow-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Marrow

same job, measured the same way
Health Bridge for AI
by roian6

Apple Health AI Bridge provides read-only local MCP access for Health Bridge for AI.

local only
Fulcra Context
by fulcradynamics

Collect Apple Health data from your wearables through the Context app and query it via MCP

answering
Whoop MCP
by briangaoo

Full read + write access to your Whoop fitness data via the private iOS API. 48 tools.

32 installs/wk local only
Fruit Forwarder MCP
by pdfowler

Scoped local MCP access to Apple Reminders and read-only Calendar data via macOS EventKit.

local only
Stripe_connect
by pipeworx-io

Stripe MCP Pack — read-only access to Stripe data via API key.

37 tools answering
Dataassist Io
by dataassistio

Query your org's data in natural language — read-only MCP access to SQL, NoSQL, files & warehouses.

answering
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

36 installs/wk local only
Kaizan
by kaizan-ai

Read-only access to Kaizan client data.

answering

Marrow — questions

Answers built from our own checks of this server.

Why is there no uptime for Marrow?
Marrow runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package marrow-mcp was installed 162 times last week.
How do I connect Marrow?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls marrow-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Marrow?
The pypi package marrow-mcp was installed 162 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Marrow open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.