An MCP (Model Context Protocol) server that gives Claude access to Abbott Freestyle Libre CGM (continuous glucose monitor) data.
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"
]
}
}
}
Run in terminal:
claude mcp add freestyle-libre-mcp- npx -y jonnyhaynes/freestyle-libre-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"freestyle-libre-mcp-": {
"command": "npx",
"args": [
"-y",
"jonnyhaynes/freestyle-libre-mcp-server"
]
}
}
}