Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents.
About
Privacy-first unofficial Polar AccessLink v4 MCP server for AI health, sleep and training agents.
Security Report
Polar MCP is a well-designed local-first health data connector with solid authentication and privacy controls. The codebase demonstrates good security practices around OAuth token handling, privacy mode enforcement, and restricted file permissions. Minor code quality issues and broad error handling do not significantly impact security posture. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
4 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: POLAR_CLIENT_ID
Environment variable: POLAR_CLIENT_SECRET
Environment variable: POLAR_REDIRECT_URI
Environment variable: POLAR_TOKEN_PATH
Environment variable: POLAR_PRIVACY_MODE
Environment variable: POLAR_CACHE
Environment variable: POLAR_CACHE_PATH
Environment variable: POLAR_NO_CACHE
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-davidmosiah-polarmcp": {
"env": {
"POLAR_CACHE": "your-polar-cache-here",
"POLAR_NO_CACHE": "your-polar-no-cache-here",
"POLAR_CLIENT_ID": "your-polar-client-id-here",
"POLAR_CACHE_PATH": "your-polar-cache-path-here",
"POLAR_TOKEN_PATH": "your-polar-token-path-here",
"POLAR_PRIVACY_MODE": "your-polar-privacy-mode-here",
"POLAR_REDIRECT_URI": "your-polar-redirect-uri-here",
"POLAR_CLIENT_SECRET": "your-polar-client-secret-here"
},
"args": [
"-y",
"polar-mcp-unofficial"
],
"command": "npx"
}
}
}Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Paperclip
Freeby Paperclipai · Developer Tools
Trending hip-hop artist momentum scores across four cultural dimensions.
Netdata
Freeby Netdata · Developer Tools
Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.