freestyle-libre-mcp-server

jonnyhaynes/freestyle-libre-mcp-server
★ 2 stars TypeScript AI/LLM Updated 3d ago
An MCP (Model Context Protocol) server that gives Claude access to Abbott Freestyle Libre CGM (continuous glucose monitor) data.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "freestyle-libre-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "jonnyhaynes/freestyle-libre-mcp-server"
      ]
    }
  }
}