granola.ai
Granola is an AI notepad for meetings that captures transcripts and generates notes, summaries, and meeting context without using a meeting bot. It offers desktop and mobile apps plus workspace features for sharing, search, and integrations.
Granola exposes two developer integration surfaces on its own domain: a REST HTTP API at `public-api.granola.ai/v1` authenticated by Granola API keys, and an OAuth-protected MCP server at `https://mcp.granola.ai/mcp`.
- Granola MCPdetected
- Granola APIdiscovered
In the Granola desktop app, go to Settings → Connectors → API keys, click Create new key, choose the note access scopes, then click Generate API Key. On Enterprise plans, a workspace admin must first enable member API access scopes in Settings → Workspace → General → API access for members. See Granola API introduction and Granola API help page.
Point your MCP client at the server URL and approve access in the browser. The server accepts a Client ID Metadata Document (CIMD), so the client authenticates with its own hosted URL as the client_id — nothing to register.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://granola.ai/llms.txt
- API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing