Collaboration

Granola MCP Server

Connect your account, then chat with AI to run tools.

Granola is an AI-powered note-taking app for meetings. Access meeting notes, summaries, transcripts, attendees, and calendar event data from your Granola workspace via its public API.

Managed
2 tools
Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Granola — workflow patterns, data models, and gotchas for your AI agent.

Granola

Granola is an AI-powered note-taking app for meetings. Access meeting notes, summaries, transcripts, attendees, and calendar event data via its public API.

Data Model

  • Notes list — paginated via cursor-based pagination. Each note has an id (format: not_ + 14 alphanumeric chars), title, owner, and creation timestamp. Filter by date range with created_before/created_after.
  • Note detail — full content for a single note ID: title, summary (text + markdown), attendees, calendar event info (title, organiser, scheduled times, invitees), and folder membership. Optionally includes speaker-attributed transcript with timestamps.

Workflows

  • "What was discussed?" — list notes (optionally filtered by date range) → get a specific note by ID for the full summary and attendees.
  • "Full meeting transcript" — get note with include_transcript=true for speaker-attributed, timestamped transcript.

Gotchas

  • Rate limit — 60 calls/minute with 1-second delay between calls. Use smaller page sizes (5–10) for quick lookups.
  • Cursor pagination — the notes list returns a cursor field. Pass it back to get the next page. No page numbers.
  • Page size cap — maximum 30 notes per page.
  • Transcript is opt-in — note detail omits the transcript by default. Set include_transcript=true to include it (larger response).

Tools in this Server (2)

Granola Get Note

Get a single Granola meeting note by ID. Returns full note details: title, summary (text and markdown), attendees, calendar event info (title, organis...

Granola List Notes

List meeting notes from Granola with optional date-range filtering and cursor-based pagination. Returns note IDs, titles, owners, and creation timesta...

Frequently Asked Questions

What is the Granola MCP server?

Granola is an AI-powered note-taking app for meetings. Access meeting notes, summaries, transcripts, attendees, and calendar event data from your Granola workspace via its public API. It provides 2 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Granola to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/granola. Authentication is handled automatically.

How many tools does Granola provide?

Granola provides 2 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Granola require?

Granola uses API Key. Granola requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Granola to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/granola

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Granola and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Granola will appear under Not connected — select it and click Connect to complete OAuth.
Name: Granola
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/granola
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Ready to use Granola?

Sign in to connect your credentials and start running tools from the chat.