Skip to content
Zed

whoop mcp for Zed

io.github.ashwanthramkl/whoop-mcp

Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.

client:Zed transport:stdio runtime:pypi

Install whoop mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "whoop-mcp": {
      "command": "uvx",
      "args": [
        "whoop-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<WHOOP_REDIRECT_URI>",
        "WHOOP_LOG_LEVEL": "<WHOOP_LOG_LEVEL>",
        "WHOOP_LOG_FILE": "<WHOOP_LOG_FILE>",
        "WHOOP_LOG_JSON": "<WHOOP_LOG_JSON>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

whoop mcp in other clients