Server URL
Authentication
The MCP server supports two ways to authenticate, both tied to your Timeless account:- OAuth 2.1 (recommended) — a browser-based sign-in that your client manages for you.
- API key — a static bearer token for headless setups or clients that only support custom headers.
OAuth 2.1
By default, the MCP server uses OAuth 2.1 with PKCE. When you first connect, your MCP client opens a browser window where you sign in with your Google or Microsoft account. After you authorize, the client handles token management automatically — no manual token handling required.API key
If your client supports custom request headers, you can authenticate with a Timeless API token instead of the OAuth flow. Pass it in theAuthorization header using the Bearer scheme:
Connecting your client
Use the tabs below for the OAuth flow, or jump to connecting with an API key for header-based authentication.- Claude Desktop
- Claude Code
- Cursor
Add the following to your Claude Desktop configuration file:Restart Claude Desktop. You will be prompted to authorize on first use.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Connecting with an API key
To skip the browser sign-in, add your Timeless API token as anAuthorization header in your client configuration. The client connects immediately using the token — no authorization prompt.
- Claude Desktop
- Claude Code
- Cursor
Add the following to your Claude Desktop configuration file:Restart Claude Desktop.
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Available tools
Once connected, your AI assistant can use the following tools:Meetings
Rooms
Documents
Webhooks
Example usage
After connecting, you can ask your assistant questions like:- “What meetings did I have last week?”
- “Show me the transcript from my meeting with Sarah”
- “Summarize the action items from today’s standup”
- “Create a webhook to notify me when meetings are completed”