whoop mcp for Cursor
io.github.ashwanthramkl/whoop-mcp
Read-only WHOOP v2 data for MCP clients, with local SQLite cache and CSV/JSONL/Parquet exports.
client:Cursor
transport:stdio
runtime:pypi
Install whoop mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"whoop-mcp": {
"type": "stdio",
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs