Granola MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Granola MCP Servershow me my recent meeting notes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Granola MCP Server
An MCP (Model Context Protocol) server that provides tools for accessing Granola meeting transcripts and AI-generated notes.
Requirements
Node.js 20+
Granola desktop app installed and logged in
Related MCP server: Granola MCP Server
Installation
git clone https://github.com/twanlass/granola-mcp.git
cd granola-mcp
npm install
npm run buildClaude Desktop Configuration
Add this to your Claude Desktop config file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"granola": {
"command": "node",
"args": ["/path/to/granola-mcp/dist/index.js"]
}
}
}Replace /path/to/granola-mcp with the actual path to this repository.
Claude Code Configuration
Run this command to add the MCP server to Claude Code:
claude mcp add granola node /path/to/granola-mcp/dist/index.jsAvailable Tools
Tool | Description |
| List recent meeting documents |
| Get AI notes (default) or transcript for a document |
| Search documents by title |
Options
get_document returns AI-generated notes by default. Pass transcript: true to get the raw transcript instead.
How Granola Credentials Work
The server reads credentials from Granola's config file at:
~/Library/Application Support/Granola/supabase.jsonThis file is created automatically when you log into the Granola desktop app. No additional configuration is required.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/twanlass/granola-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server