marrow for Claude Desktop
tech.skeletonarmy/marrow
Read-only MCP access to your own Apple Health data, mirrored from the Marrow iOS app.
client:Claude Desktop
transport:stdio
runtime:pypi
Install marrow in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"marrow": {
"command": "uvx",
"args": [
"marrow-mcp"
],
"env": {
"MARROW_DATA": "<MARROW_DATA>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs