Withings MCP
by davidmosiah
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| WITHINGS_CACHE | No | Cache backend (e.g., sqlite). | sqlite |
| WITHINGS_SCOPES | No | Space-separated list of OAuth scopes. | user.activity user.metrics |
| WITHINGS_CLIENT_ID | Yes | Your Withings client ID from the OAuth2 dashboard. | |
| WITHINGS_CACHE_PATH | No | Path for cache database. | ~/.withings-mcp/cache.sqlite |
| WITHINGS_TOKEN_PATH | No | Path to store OAuth tokens. | ~/.withings-mcp/tokens.json |
| WITHINGS_PRIVACY_MODE | No | Privacy mode: summary, structured, or raw. | structured |
| WITHINGS_REDIRECT_URI | Yes | Redirect URI registered with Withings. | http://127.0.0.1:3000/callback |
| WITHINGS_CLIENT_SECRET | Yes | Your Withings client secret. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/davidmosiah/withingsmcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server