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.

2 tools
Agent guide included
Start Chatting

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Granola?

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

Granola MCP Server & Skill — 2 Tools