Granola MCP Server
Integrates Granola.ai meeting intelligence with MCP clients to provide direct access to meeting notes, transcripts, and workspace organization. It allows users to search and retrieve meeting content through natural language by leveraging existing Granola credentials.
README
Granola MCP Server
A Model Context Protocol (MCP) server for integrating Granola.ai meeting intelligence with Claude Desktop and other MCP clients. Access your meetings, notes, and transcripts directly from AI assistants.
⚠️ Disclaimer
This is an unofficial, community-built tool. It is not affiliated with, endorsed by, or supported by Granola, Inc.
This server uses undocumented APIs discovered through network inspection. Use of this tool may violate Granola's Terms of Service. Use at your own risk.
If you are from Granola and would like this repository removed or would like to discuss official API access, please open an issue.
Features
- 🔍 Meeting Search - Search meetings by title, content, and participants
- 📝 Full Content Access - Retrieve complete meeting notes in Markdown format
- 🏢 Workspace Management - List and filter by workspaces (organizations)
- 📁 Folder Organization - List and filter by document folders
- 🔄 Real-time API Access - Direct access to Granola's API
- 🔐 Secure Authentication - Uses your existing Granola credentials
- ⚡ Smart Caching - 5-minute cache for optimal performance
Prerequisites
- Node.js 18+
- Granola.ai installed and logged in on macOS
- Claude Desktop (or another MCP client)
Installation
git clone https://github.com/EoinFalconer/granola-mcp-server.git
cd granola-mcp-server
npm install
npm run build
Configuration
Claude Desktop
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"granola": {
"command": "node",
"args": ["/path/to/granola-mcp-server/index.js"]
}
}
}
Then restart Claude Desktop.
Available Tools
| Tool | Description | Parameters |
|---|---|---|
search_meetings |
Search meetings by title/content | query, limit? |
get_meeting_details |
Get meeting metadata | meeting_id |
get_meeting_content |
Get full notes as Markdown | meeting_id |
list_workspaces |
List all workspaces | - |
list_folders |
List document folders | workspace_id? |
filter_by_workspace |
Filter meetings by workspace | workspace_id |
filter_by_folder |
Filter meetings by folder | folder_id |
Usage Examples
Once configured, use natural language in Claude:
- "Search for meetings about quarterly planning"
- "Get the content from yesterday's standup"
- "List all my workspaces"
- "Show me meetings in the Sales folder"
How It Works
Authentication
The server reads your existing Granola credentials from:
~/Library/Application Support/Granola/supabase.json
No additional login required - it uses your existing Granola session.
API Integration
- Direct REST API calls to Granola's backend
- ProseMirror content converted to readable Markdown
- In-memory caching with 5-minute TTL
Troubleshooting
"Failed to get access token"
Ensure Granola is installed and you're logged in. The server needs:
~/Library/Application Support/Granola/supabase.json
Server not appearing in Claude
- Verify the config path is correct
- Run
npm run build - Restart Claude Desktop completely
Development
npm run build # Compile TypeScript
npm run watch # Watch mode
npm run dev # Build and run
Credits & Acknowledgments
This project was inspired by and built upon the reverse-engineering work of:
- Joseph Thacker - Detailed blog post on reverse-engineering Granola's API
- getprobo/reverse-engineering-granola-api - API documentation and research
Thank you for sharing your findings with the community! 🙏
Related Projects
- cobblehillmachine/granola-claude-mcp - Python-based, cache file approach
- btn0s/granola-mcp - TypeScript, similar API approach
Contributing
Contributions welcome! Please feel free to submit issues and pull requests.
License
MIT © Eoin Falconer
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.