Home › Productivity › Temporal Cortex Calendar MCP
Temporal Cortex Calendar MCP
18 deterministic calendar tools: contact resolution, temporal context, availability, booking
Topics: Workplace & Productivity
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 0.9.1)
npx -y @temporal-cortex/[email protected]
Or add to your MCP client config:
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@temporal-cortex/[email protected]"
],
"env": {
"GOOGLE_CLIENT_ID": "<YOUR_VALUE>",
"GOOGLE_CLIENT_SECRET": "<YOUR_VALUE>",
"GOOGLE_OAUTH_CREDENTIALS": "<YOUR_VALUE>",
"MICROSOFT_CLIENT_ID": "<YOUR_VALUE>",
"MICROSOFT_CLIENT_SECRET": "<YOUR_VALUE>",
"TIMEZONE": "<YOUR_VALUE>",
"WEEK_START": "<YOUR_VALUE>",
"TENANT_ID": "<YOUR_VALUE>",
"LOCK_TTL_SECS": "<YOUR_VALUE>",
"OAUTH_REDIRECT_PORT": "<YOUR_VALUE>",
"HTTP_PORT": "<YOUR_VALUE>",
"HTTP_HOST": "<YOUR_VALUE>",
"ALLOWED_ORIGINS": "<YOUR_VALUE>",
"TEMPORAL_CORTEX_TELEMETRY": "<YOUR_VALUE>",
"REDIS_URLS": "<YOUR_VALUE>"
}
}
}
}
GOOGLE_CLIENT_ID— Google OAuth Client ID (required for Google Calendar)GOOGLE_CLIENT_SECRETsecret — Google OAuth Client Secret (required if using Google Calendar)GOOGLE_OAUTH_CREDENTIALS— Path to Google OAuth JSON credentials file (alternative to CLIENT_ID + SECRET)MICROSOFT_CLIENT_ID— Azure AD app ID (required for Outlook Calendar)MICROSOFT_CLIENT_SECRETsecret — Azure AD client secret (required for Outlook Calendar)TIMEZONE— IANA timezone override (e.g., America/New_York). Overrides stored config and OS detection.WEEK_START— Week start day: 'monday' (default, ISO 8601) or 'sunday'. Overrides stored config.TENANT_ID— UUID for tenant isolation (auto-generated if not set)LOCK_TTL_SECS— Lock time-to-live in seconds for booking safetyOAUTH_REDIRECT_PORT— Port for the local OAuth callback serverHTTP_PORT— Port for HTTP transport. When set, enables streamable HTTP mode instead of stdio.HTTP_HOST— Bind address for HTTP transport (default: 127.0.0.1)ALLOWED_ORIGINS— Comma-separated allowed Origin headers for HTTP mode. Cross-origin requests rejected if unset.TEMPORAL_CORTEX_TELEMETRY— Override telemetry consent: 'off' to disable, 'on' to enable anonymous usage analytics.REDIS_URLS— Comma-separated Redis URLs for distributed locking within Platform Mode. Optional.
Related servers
google_workspace_mcp
Comprehensive Google Workspace MCP server with full support for Google Calendar, Drive, Gmail, and Docs, Forms, Chats, Slides and Sheets…
crosspaste-desktop
Open-source cross-device clipboard manager with a built-in MCP server. Search and retrieve clipboard history synced across all your…
boss-agent-cli
BOSS Zhipin recruitment workflow for AI agents. 49 MCP tools for job search, welfare filtering, recruiter messaging, pipeline tracking,…
mcp-gsuite
Integration with gmail and Google Calendar.
mcp-odoo
Odoo MCP: gated writes, multi-instance. Free hosted: ERPipe (mcp.erpipe.com)
Workopia — Job Search
Search 6.3M+ live jobs from companies' own career pages, plus resume tailoring & cover letters.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry