Skip to main content

Granola Mcp

@mgreten/granola-mcpv2026.08.07.1· 15d agoMODELS
01README

Retrieves and normalizes Granola meetings through an MCP-capable CLI agent without a Granola API key.

02Models1
@mgreten/granola-mcpv2026.08.07.1granola_mcp.ts

Global Arguments

ArgumentTypeDescription
wallTimeoutMsnumber
idleTimeoutMsnumber
fn listMeetings(timeRange: enum, workspaceOnly?: literal)
List Granola meeting metadata through Amp
ArgumentTypeDescription
timeRangeenum
workspaceOnly?literal
fn getMeetings()
Retrieve details without transcripts for one to ten Granola meetings
fn getTranscript()
Retrieve one complete Granola transcript
fn syncMeetings()
List, select at most ten missing IDs, then retrieve their details and transcripts in one child task

Resources

meetingList(7d)— Validated Granola meeting list
meetingDetails(30d)— Validated Granola meeting details without transcripts
transcript(30d)— Validated Granola transcript
syncedNotes(30d)— Normalized data-only notes for selected new meetings
03Stats
B
85 / 100
Downloads
0
Archive size
11.9 KB
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types (deprecated)1/1earned
  • Dependencies pass trust audit2/2earned
  • Has description1/1earned
  • Platform support declared (or universal)2/2earned
  • License declared1/1earned
  • Verified public repository0/2missing
04Platforms