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 field | Required | Where it comes from |
|---|---|---|
Access token (ACCESS_TOKEN) | Yes | A Granola MCP OAuth access token, sent as a Bearer token. |
Tools
| Tool | Access | What it does |
|---|---|---|
List meetings (yekar.granola.list-meetings) | Read | List 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) | Read | Read specific meetings' details - attendees, notes and summaries - by id. |
Get transcript (yekar.granola.get-transcript) | Read | Read 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.