PluginBench
MCP Server
Maintained
MIT

io.github.AshwanthramKL/whoop-mcp MCP Server

io.github.AshwanthramKL/whoop-mcp

What is the io.github.AshwanthramKL/whoop-mcp MCP server?

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

How to install io.github.AshwanthramKL/whoop-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • WHOOP_CLIENT_ID
    required

    Client ID from your WHOOP developer app (https://developer-dashboard.whoop.com/apps/create).

  • WHOOP_CLIENT_SECRET
    required
    secret

    Client secret from your WHOOP developer app. Used for OAuth token refresh.

  • WHOOP_REDIRECT_URI

    OAuth redirect URI. Defaults to http://localhost:8000/callback — only change if you registered a different URI.

  • WHOOP_LOG_LEVEL

    Log level (DEBUG / INFO / WARNING / ERROR). Default INFO.

  • WHOOP_LOG_FILE

    Path to the rotating log file. Set to empty string to disable file logging. Default ~/.whoop-mcp-server/logs/whoop-mcp.log.

  • WHOOP_LOG_JSON

    Structured JSON logs (true) vs human-readable (false). Default true.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whoop-mcp": {
      "command": "uvx",
      "args": [
        "whoop-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<YOUR_WHOOP_REDIRECT_URI>",
        "WHOOP_LOG_LEVEL": "<YOUR_WHOOP_LOG_LEVEL>",
        "WHOOP_LOG_FILE": "<YOUR_WHOOP_LOG_FILE>",
        "WHOOP_LOG_JSON": "<YOUR_WHOOP_LOG_JSON>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "whoop-mcp": {
      "command": "uvx",
      "args": [
        "whoop-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<YOUR_WHOOP_REDIRECT_URI>",
        "WHOOP_LOG_LEVEL": "<YOUR_WHOOP_LOG_LEVEL>",
        "WHOOP_LOG_FILE": "<YOUR_WHOOP_LOG_FILE>",
        "WHOOP_LOG_JSON": "<YOUR_WHOOP_LOG_JSON>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "whoop-mcp": {
      "command": "uvx",
      "args": [
        "whoop-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<YOUR_WHOOP_REDIRECT_URI>",
        "WHOOP_LOG_LEVEL": "<YOUR_WHOOP_LOG_LEVEL>",
        "WHOOP_LOG_FILE": "<YOUR_WHOOP_LOG_FILE>",
        "WHOOP_LOG_JSON": "<YOUR_WHOOP_LOG_JSON>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "whoop-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "whoop-mcp"
      ],
      "env": {
        "WHOOP_CLIENT_ID": "<YOUR_WHOOP_CLIENT_ID>",
        "WHOOP_CLIENT_SECRET": "<YOUR_WHOOP_CLIENT_SECRET>",
        "WHOOP_REDIRECT_URI": "<YOUR_WHOOP_REDIRECT_URI>",
        "WHOOP_LOG_LEVEL": "<YOUR_WHOOP_LOG_LEVEL>",
        "WHOOP_LOG_FILE": "<YOUR_WHOOP_LOG_FILE>",
        "WHOOP_LOG_JSON": "<YOUR_WHOOP_LOG_JSON>"
      }
    }
  }
}
Claude Code
claude mcp add whoop-mcp --env WHOOP_CLIENT_ID=<YOUR_WHOOP_CLIENT_ID> --env WHOOP_CLIENT_SECRET=<YOUR_WHOOP_CLIENT_SECRET> --env WHOOP_REDIRECT_URI=<YOUR_WHOOP_REDIRECT_URI> --env WHOOP_LOG_LEVEL=<YOUR_WHOOP_LOG_LEVEL> --env WHOOP_LOG_FILE=<YOUR_WHOOP_LOG_FILE> --env WHOOP_LOG_JSON=<YOUR_WHOOP_LOG_JSON> -- uvx whoop-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →