{ "name": "health-export-mcp", "mcpName": "io.github.PhilipAD/health-export-mcp", "version": "1.4.3", "type": "module", "description": "Open-source, zero-dependency Model Context Protocol (MCP) server to query Apple Health / HealthKit data (190 metrics) from Claude, ChatGPT, Cursor, OpenClaw, Hermes and any MCP agent.", "keywords": [ "mcp", "model-context-protocol", "mcp-server", "apple-health", "healthkit", "ai-agents", "claude", "chatgpt", "cursor", "llm", "health-data", "hrv", "sleep", "quantified-self" ], "homepage": "https://www.healthexport.dev", "repository": { "type": "git", "url": "git+https://github.com/PhilipAD/health-export-mcp.git" }, "bugs": { "url": "https://github.com/PhilipAD/health-export-mcp/issues" }, "bin": { "health-export-mcp": "server.mjs" }, "files": [ "server.mjs", "healthstore.mjs", "receiver.mjs", "events.mjs", "prompts.mjs", "demo.mjs", "apply-mcp-config.mjs", "gen-deeplinks.mjs", "manifest.json", "server.json", "glama.json", ".mcp.json", "health-export.mcpb", "minisign.pub", "llms.txt", "AGENTS.md", "Dockerfile", ".dockerignore", "test/integration.mjs" ], "scripts": { "start": "node server.mjs", "test": "node --test && node test/integration.mjs", "test:integration": "node test/integration.mjs", "check:package": "node scripts/check-package-contents.mjs", "prepublishOnly": "node scripts/check-package-contents.mjs" }, "author": "MetricBridge", "license": "MIT", "engines": { "node": ">=18" } }