18 deterministic calendar tools: contact resolution, temporal context, availability, booking
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
npx -y @temporal-cortex/cortex-mcp{
"GOOGLE_CLIENT_ID": "YOUR_VALUE_HERE",
"GOOGLE_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"GOOGLE_OAUTH_CREDENTIALS": "YOUR_VALUE_HERE",
"MICROSOFT_CLIENT_ID": "YOUR_VALUE_HERE",
"MICROSOFT_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"TIMEZONE": "YOUR_VALUE_HERE",
"WEEK_START": "monday",
"TENANT_ID": "YOUR_VALUE_HERE",
"LOCK_TTL_SECS": "30",
"OAUTH_REDIRECT_PORT": "8085",
"HTTP_PORT": "YOUR_VALUE_HERE",
"HTTP_HOST": "127.0.0.1",
"ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
"TEMPORAL_CORTEX_TELEMETRY": "YOUR_VALUE_HERE",
"REDIS_URLS": "YOUR_VALUE_HERE"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-temporal-cortex-mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/cortex-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "YOUR_VALUE_HERE",
"GOOGLE_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"GOOGLE_OAUTH_CREDENTIALS": "YOUR_VALUE_HERE",
"MICROSOFT_CLIENT_ID": "YOUR_VALUE_HERE",
"MICROSOFT_CLIENT_SECRET": "YOUR_SECRET_VALUE",
"TIMEZONE": "YOUR_VALUE_HERE",
"WEEK_START": "monday",
"TENANT_ID": "YOUR_VALUE_HERE",
"LOCK_TTL_SECS": "30",
"OAUTH_REDIRECT_PORT": "8085",
"HTTP_PORT": "YOUR_VALUE_HERE",
"HTTP_HOST": "127.0.0.1",
"ALLOWED_ORIGINS": "YOUR_VALUE_HERE",
"TEMPORAL_CORTEX_TELEMETRY": "YOUR_VALUE_HERE",
"REDIS_URLS": "YOUR_VALUE_HERE"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Temporal Cortex Calendar MCP is an MCP server for 18 deterministic calendar tools: contact resolution, temporal context, availability, booking. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y @temporal-cortex/cortex-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y @temporal-cortex/cortex-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y @temporal-cortex/cortex-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y @temporal-cortex/cortex-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y @temporal-cortex/cortex-mcp. Add required environment variables before starting Cursor or VS Code.
Temporal Cortex Calendar MCP uses STDIO transport. Use the package or command config in Install.
Temporal Cortex Calendar MCP inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Temporal Cortex Calendar MCP does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
@temporal-cortex/cortex-mcpstdio | npm | 0.9.1 | Env: GOOGLE_CLIENT_ID Env: GOOGLE_CLIENT_SECRET secret Env: GOOGLE_OAUTH_CREDENTIALS Env: MICROSOFT_CLIENT_ID Env: MICROSOFT_CLIENT_SECRET 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 |