Temporal Cortex Calendar MCP
About
12 deterministic calendar tools — temporal context, scheduling, availability, and booking
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
GOOGLE_CLIENT_ID GOOGLE_CLIENT_SECRET GOOGLE_OAUTH_CREDENTIALS MICROSOFT_CLIENT_ID MICROSOFT_CLIENT_SECRET TIMEZONE WEEK_START TENANT_ID LOCK_TTL_SECS OAUTH_REDIRECT_PORT HTTP_PORT HTTP_HOST ALLOWED_ORIGINS TEMPORAL_CORTEX_TELEMETRY REDIS_URLSClaude Code
claude mcp add --env GOOGLE_CLIENT_ID= --env GOOGLE_CLIENT_SECRET= --env GOOGLE_OAUTH_CREDENTIALS= --env MICROSOFT_CLIENT_ID= --env MICROSOFT_CLIENT_SECRET= --env TIMEZONE= --env WEEK_START= --env TENANT_ID= --env LOCK_TTL_SECS= --env OAUTH_REDIRECT_PORT= --env HTTP_PORT= --env HTTP_HOST= --env ALLOWED_ORIGINS= --env TEMPORAL_CORTEX_TELEMETRY= --env REDIS_URLS= temporal-cortex-mcp -- npx @temporal-cortex/cortex-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"temporal-cortex-mcp","command":"npx","args":["@temporal-cortex/cortex-mcp"],"env":{"GOOGLE_CLIENT_ID":"","GOOGLE_CLIENT_SECRET":"","GOOGLE_OAUTH_CREDENTIALS":"","MICROSOFT_CLIENT_ID":"","MICROSOFT_CLIENT_SECRET":"","TIMEZONE":"","WEEK_START":"","TENANT_ID":"","LOCK_TTL_SECS":"","OAUTH_REDIRECT_PORT":"","HTTP_PORT":"","HTTP_HOST":"","ALLOWED_ORIGINS":"","TEMPORAL_CORTEX_TELEMETRY":"","REDIS_URLS":""}}'
JSON
{
"mcpServers": {
"temporal-cortex-mcp": {
"command": "npx",
"args": [
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "",
"GOOGLE_CLIENT_SECRET": "",
"GOOGLE_OAUTH_CREDENTIALS": "",
"MICROSOFT_CLIENT_ID": "",
"MICROSOFT_CLIENT_SECRET": "",
"TIMEZONE": "",
"WEEK_START": "",
"TENANT_ID": "",
"LOCK_TTL_SECS": "",
"OAUTH_REDIRECT_PORT": "",
"HTTP_PORT": "",
"HTTP_HOST": "",
"ALLOWED_ORIGINS": "",
"TEMPORAL_CORTEX_TELEMETRY": "",
"REDIS_URLS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.