polarmcp
Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents.
Package Details
polar-mcp-unofficial
Environment Variables
Polar OAuth client ID. Optional when configured with polar-mcp-server setup.
Polar OAuth client secret. Prefer polar-mcp-server setup so this secret is stored in ~/.polar-mcp/config.json instead of MCP client config.
Redirect URI configured in the Polar AccessLink admin. Optional when configured with polar-mcp-server setup.
Optional local path for OAuth tokens. Defaults to ~/.polar-mcp/tokens.json.
Optional payload mode: summary, structured, or raw. Defaults to structured. raw means full Polar AccessLink payloads for supported endpoints.
Optional SQLite cache toggle. Set to true or sqlite to enable.
Optional local SQLite cache path. Defaults to ~/.polar-mcp/cache.sqlite.
Set to true to bypass the in-memory HTTP response cache (60s TTL for GET only). POST/PUT/DELETE and 4xx/5xx responses are never cached regardless.