Skip to main content
Glama
twanlass

Granola MCP Server

by twanlass

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 build

Claude 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.js

Available Tools

Tool

Description

get_recent_documents

List recent meeting documents

get_document

Get AI notes (default) or transcript for a document

search_documents

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.json

This file is created automatically when you log into the Granola desktop app. No additional configuration is required.

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Integrates local Granola.ai meeting intelligence with Claude Desktop to enable searching and analyzing meeting transcripts, notes, and summaries. Users can perform natural language queries to retrieve meeting details, analyze participant patterns, and access full speaker-identified conversations.
    Last updated
    5
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables semantic search and insight extraction across Granola meeting notes, categorizing content into themes like pain points and decisions. It provides AI assistants with tools to query meeting transcripts, summaries, and speaker-attributed quotes via a local vector index.
    Last updated
    MIT

View all related MCP servers

Related MCP Connectors

  • Search recordings, summarize meetings, create clips, and automate workflows from your AI assistant.

  • Search and read your Laxis meeting transcripts, AI summaries, and participants from Claude.

  • AI access to your aNotepad online notes: read, search, write, and organize via 22 tools.

View all MCP Connectors

Latest Blog Posts

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