Skip to main content

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).
3

Authorize Anarlog

Open Connections, select Add Test Connection, then authorize with the Anarlog account whose uploaded meeting snapshots you want to access.
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: 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 the https://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