Quickstart
Connect to Anarlog’s hosted MCP server with Nango and read meeting notes, summaries, transcripts, participants, and action items. Anarlog uses OAuth 2.1 with dynamic client registration, so no app registration is required.1
Enable cloud access
In the Anarlog desktop app, open Settings > Developers > Cloud API & Connectors, review the disclosure, and enable the feature. An active Anarlog Pro subscription is required.
2
Create the integration
In Nango, open Integrations, select Configure New Integration, then choose Anarlog (MCP).
4
Call the Anarlog MCP API
Make an MCP initialization request. Replace the placeholders with your Environment API key, integration ID, and connection ID.Anarlog exposes four read-only tools:
- cURL
- Node
list_meetings, get_meeting, get_meeting_transcript, and get_recurring_meeting_history.5
Implement Nango in your app
Follow the Auth implementation guide to let your users connect their Anarlog accounts.
Anarlog MCP authorization
Nango dynamically registers an OAuth client and uses PKCE. Anarlog binds access tokens to thehttps://api.anarlog.so/mcp resource and grants access only to server-readable meeting snapshots the user explicitly enabled.
Official resources: Anarlog Cloud API and connectors