Loading MCP server directory, please wait...
Self-hosted MCP server for Android Health Connect — 34 metrics, daily rollups, dedup, 5 LLM tools.
npx @getmcp/cli add io.github.naymEvg/health-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
AuthorizationMCP authentication token. Set MCP_TOKEN in .env, generate with: openssl rand -hex 32. Include 'Bearer ' prefix.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.naymEvg/health-mcp": {
"url": "https://{host}/mcp-health",
"transport": "streamable-http",
"headers": {
"Authorization": ""
}
}
}
}