mcp-freestyle
Rank #11,136io.github.lozit/mcp-freestyle
Read-only FreeStyle glucose sensor access via LibreLinkUp. Not a medical device.
mcp-freestyle is a Model Context Protocol (MCP) server published by lozit. It ranks #11,136 of 115,460 servers tracked on MCP Toplist. mcp-freestyle is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 6, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 104,324 of 115,460 servers on MCP Toplist.
Use mcp-freestyle
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-freestyle -e "LIBRELINKUP_EMAIL=<your LIBRELINKUP_EMAIL>" -e "LIBRELINKUP_PASSWORD=<your LIBRELINKUP_PASSWORD>" -e "LIBRELINKUP_VERSION=<your LIBRELINKUP_VERSION>" -e "LIBRELINKUP_PRODUCT=<your LIBRELINKUP_PRODUCT>" -e "LIBRELINKUP_BASE_URL=<your LIBRELINKUP_BASE_URL>" -- npx -y mcp-freestyleReplace each placeholder with your own value before saving.
[mcp_servers.mcp-freestyle]
command = "npx"
args = ["-y", "mcp-freestyle"]
[mcp_servers.mcp-freestyle.env]
LIBRELINKUP_EMAIL = "<your LIBRELINKUP_EMAIL>"
LIBRELINKUP_PASSWORD = "<your LIBRELINKUP_PASSWORD>"
LIBRELINKUP_VERSION = "<your LIBRELINKUP_VERSION>"
LIBRELINKUP_PRODUCT = "<your LIBRELINKUP_PRODUCT>"
LIBRELINKUP_BASE_URL = "<your LIBRELINKUP_BASE_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-freestyle": {
"command": "npx",
"args": [
"-y",
"mcp-freestyle"
],
"env": {
"LIBRELINKUP_EMAIL": "<your LIBRELINKUP_EMAIL>",
"LIBRELINKUP_PASSWORD": "<your LIBRELINKUP_PASSWORD>",
"LIBRELINKUP_VERSION": "<your LIBRELINKUP_VERSION>",
"LIBRELINKUP_PRODUCT": "<your LIBRELINKUP_PRODUCT>",
"LIBRELINKUP_BASE_URL": "<your LIBRELINKUP_BASE_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-freestyle": {
"command": "npx",
"args": [
"-y",
"mcp-freestyle"
],
"env": {
"LIBRELINKUP_EMAIL": "<your LIBRELINKUP_EMAIL>",
"LIBRELINKUP_PASSWORD": "<your LIBRELINKUP_PASSWORD>",
"LIBRELINKUP_VERSION": "<your LIBRELINKUP_VERSION>",
"LIBRELINKUP_PRODUCT": "<your LIBRELINKUP_PRODUCT>",
"LIBRELINKUP_BASE_URL": "<your LIBRELINKUP_BASE_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-freestyle": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-freestyle"
],
"env": {
"LIBRELINKUP_EMAIL": "<your LIBRELINKUP_EMAIL>",
"LIBRELINKUP_PASSWORD": "<your LIBRELINKUP_PASSWORD>",
"LIBRELINKUP_VERSION": "<your LIBRELINKUP_VERSION>",
"LIBRELINKUP_PRODUCT": "<your LIBRELINKUP_PRODUCT>",
"LIBRELINKUP_BASE_URL": "<your LIBRELINKUP_BASE_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-freestyle": {
"command": "npx",
"args": [
"-y",
"mcp-freestyle"
],
"env": {
"LIBRELINKUP_EMAIL": "<your LIBRELINKUP_EMAIL>",
"LIBRELINKUP_PASSWORD": "<your LIBRELINKUP_PASSWORD>",
"LIBRELINKUP_VERSION": "<your LIBRELINKUP_VERSION>",
"LIBRELINKUP_PRODUCT": "<your LIBRELINKUP_PRODUCT>",
"LIBRELINKUP_BASE_URL": "<your LIBRELINKUP_BASE_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-freestyle": {
"command": "npx",
"args": [
"-y",
"mcp-freestyle"
],
"env": {
"LIBRELINKUP_EMAIL": "<your LIBRELINKUP_EMAIL>",
"LIBRELINKUP_PASSWORD": "<your LIBRELINKUP_PASSWORD>",
"LIBRELINKUP_VERSION": "<your LIBRELINKUP_VERSION>",
"LIBRELINKUP_PRODUCT": "<your LIBRELINKUP_PRODUCT>",
"LIBRELINKUP_BASE_URL": "<your LIBRELINKUP_BASE_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lozit%2Fmcp-freestyle)<a href="https://mcptoplist.com/server/io.github.lozit%2Fmcp-freestyle"><img src="https://mcptoplist.com/badge/io.github.lozit%2Fmcp-freestyle.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
lozit
Other servers by lozit
View all lozit servers →Available versions (2)
| Version | Published |
|---|---|
| 0.1.4 | Aug 19, 2026 |
| 0.1.3 | Aug 9, 2026 |
Frequently asked questions
- Who maintains mcp-freestyle?
- mcp-freestyle is maintained by lozit, which publishes 3 MCP servers (7 total versions) tracked on MCP Toplist.
- Is mcp-freestyle listed on the Official MCP Registry?
- Yes — mcp-freestyle is listed on the Official MCP Registry, alongside Glama.
- How many versions does mcp-freestyle have?
- MCP Toplist tracks 2 versions of mcp-freestyle, most recently published on Aug 19, 2026.
- Where can I find the source code for mcp-freestyle?
- The source code for mcp-freestyle is hosted at github.com/lozit/mcp-freestyle.