PluginBench
MCP Server
Active
MIT

Apple Health MCP Server

io.github.neiltron/apple-health-mcp

What is the Apple Health MCP server?

Query and analyze Apple Health CSV exports using DuckDB.

How to install Apple Health

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HEALTH_DATA_DIR
    required

    Path to the Apple Health CSV export directory

  • MAX_MEMORY_MB

    Maximum memory usage in megabytes

  • CACHE_SIZE

    Maximum number of cached query results

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "env": {
        "HEALTH_DATA_DIR": "<YOUR_HEALTH_DATA_DIR>",
        "MAX_MEMORY_MB": "<YOUR_MAX_MEMORY_MB>",
        "CACHE_SIZE": "<YOUR_CACHE_SIZE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "env": {
        "HEALTH_DATA_DIR": "<YOUR_HEALTH_DATA_DIR>",
        "MAX_MEMORY_MB": "<YOUR_MAX_MEMORY_MB>",
        "CACHE_SIZE": "<YOUR_CACHE_SIZE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "apple-health-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "env": {
        "HEALTH_DATA_DIR": "<YOUR_HEALTH_DATA_DIR>",
        "MAX_MEMORY_MB": "<YOUR_MAX_MEMORY_MB>",
        "CACHE_SIZE": "<YOUR_CACHE_SIZE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "apple-health-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@neiltron/apple-health-mcp"
      ],
      "env": {
        "HEALTH_DATA_DIR": "<YOUR_HEALTH_DATA_DIR>",
        "MAX_MEMORY_MB": "<YOUR_MAX_MEMORY_MB>",
        "CACHE_SIZE": "<YOUR_CACHE_SIZE>"
      }
    }
  }
}
Claude Code
claude mcp add apple-health-mcp --env HEALTH_DATA_DIR=<YOUR_HEALTH_DATA_DIR> --env MAX_MEMORY_MB=<YOUR_MAX_MEMORY_MB> --env CACHE_SIZE=<YOUR_CACHE_SIZE> -- npx -y @neiltron/apple-health-mcp

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →