Skip to main content

Granola

Read Granola meetings, notes and transcripts.

Connect Granola through its hosted MCP server to list recent meetings, read their notes and attendees, and pull full transcripts.

Connect

Credential fieldRequiredWhere it comes from
Access token (ACCESS_TOKEN)YesA Granola MCP OAuth access token, sent as a Bearer token.

Tools

ToolAccessWhat it does
List meetings (yekar.granola.list-meetings)ReadList recent Granola meetings in a date range. Granola may ignore the range and return about a month - filter the result rather than trusting the window.
Get meetings (yekar.granola.get-meetings)ReadRead specific meetings' details - attendees, notes and summaries - by id.
Get transcript (yekar.granola.get-transcript)ReadRead one meeting's full transcript. Long meetings truncate - the result says when it did.

Notes

  • Granola's MCP uses OAuth: authorize a Granola MCP client (any MCP-capable app, or Granola's own instructions) and copy the access token it holds.
  • Tokens expire - expect to re-authorize and paste a fresh one rather than treating this as permanent.