Back to Apps

Granola MCP
by btn0s
Access Granola notes, documents, transcripts, and calendar events directly within your AI assistant.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Connects your AI assistant to the Granola ecosystem, allowing it to search and retrieve personal notes, meeting transcripts, calendar events, and structured note panels via the Granola API.
Tools
search_granola_notes: Search through all Granola documents and notes.search_granola_transcripts: Find meeting transcripts by content.search_granola_events: Search for specific calendar events.search_granola_panels: Search structured note panels within documents.get_granola_document: Retrieve a specific document by its unique ID.get_granola_transcript: Retrieve a specific meeting transcript.list_granola_documents: List all available documents in Granola.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"granola": {
"command": "node",
"args": ["/absolute/path/to/granola-mcp-server/dist/index.js"]
}
}
}
Supported hosts
- Cursor
- Claude Desktop
Quick install
npm install -g granola-mcp-serverInformation
- Pricing
- free
- Published
- 4/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to `.cursor/mcp.json`: { "mcpServers": { "granola": { "command": "node", "args": ["/absolute/path/to/granola-mcp-server/dist/index.js"] } } }Claude Desktop
Add to `claude_desktop_config.json`: { "mcpServers": { "granola": { "command": "node", "args": ["/absolute/path/to/granola-mcp-server/dist/index.js"] } } }





