Granola MCP Server

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.

Category
Visit Server

README

Granola MCP Server

License: MIT

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

  1. Verify the config path is correct
  2. Run npm run build
  3. 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:

Thank you for sharing your findings with the community! 🙏

Related Projects

Contributing

Contributions welcome! Please feel free to submit issues and pull requests.

License

MIT © Eoin Falconer

Recommended Servers

playwright-mcp

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

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.

Official
Featured
TypeScript
Kagi MCP Server

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.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured