← All categories

Meeting Recording

Record meetings, transcribe, and search meeting history with AI

Record meetings without a bot, transcribe, and query meeting history

meeting-notes

Recommended

Granola

by granola.ai

Records meetings without a bot joining. Transcribes, generates AI summaries, and makes everything searchable. MCP integration for Claude Code.

Auth: oauth2
Setup: low
Pricing: Free (30-day limit). Business: $14/user/mo. Enterprise: $35+/user/mo.

Example API call

GET https://api.granola.ai/v1/notes



// Response:
{
  "notes": [
    {
      "id": "note_abc123",
      "title": "Discovery Call - Acme Corp",
      "date": "2026-03-28",
      "summary": "Discussed pricing for enterprise plan..."
    }
  ]
}
View full docs →