Skip to content
Grok

Health Hub MCP for Grok

io.github.naymevg/health-mcp

Self-hosted MCP server for Android Health Connect — 34 metrics, daily rollups, dedup, 5 LLM tools.

client:Grok transport:streamable-http

Install Health Hub MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "health-mcp": {
      "type": "http",
      "url": "https://{host}/mcp-health"
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Health Hub MCP in other clients