mcp-granola
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GRANOLA_API_KEY | Yes | Your Granola API key (starts with `grn_`). Get it from Granola app > Settings > API. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_notesA | List Granola notes, most-recent first. Supports created_after/created_before ISO timestamps and a cursor for pagination. |
| get_noteA | Fetch a Granola note by ID. Pass include="transcript" to also return the transcript. |
| search_notesA | Client-side substring search over the list_notes response (title + summary). Pages up to 200 most recent notes then filters. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/devli13/mcp-granola'
If you have feedback or need assistance with the MCP directory API, please join our Discord server