oura mcp for Grok
io.github.proscar87/oura-mcp
The Oura v2 API as an MCP server. Paginates, fixes the date range, warns when data is missing.
client:Grok
transport:stdio
runtime:pypi
Install oura mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"oura-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-oura"
],
"env": {
"OURA_SANDBOX": "<OURA_SANDBOX>",
"OURA_CLIENT_ID": "<OURA_CLIENT_ID>",
"OURA_CLIENT_SECRET": "<OURA_CLIENT_SECRET>",
"OURA_CREDENTIALS": "<OURA_CREDENTIALS>",
"OURA_PAT": "<OURA_PAT>",
"OURA_PAT_FILE": "<OURA_PAT_FILE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs