meetings
Granola MCP, CLI, and Lua Integration for AI Agents
Granola integration docs for AI agents: MCP gateway setup, Granola CLI commands, Lua API reference, credentials, and function schemas.
5 functions 3 read 2 write API key auth
Granola for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
granola- route_slug
granola- package
granola- auth_strategy
api_keyAPI key- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Granola CLIHeadless setup and direct function calls. Granola MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Granola MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Granola.
Claude Code Granola MCP setup for Claude Code. Cursor Granola MCP setup for Cursor. Codex Granola MCP setup for Codex. OpenAI Agents Granola MCP setup for OpenAI Agents SDK. Claude Agent SDK Granola MCP setup for Claude Agent SDK. Vercel AI SDK Granola MCP setup for Vercel AI SDK. LangChain Granola MCP setup for LangChain. LangGraph Granola MCP setup for LangGraph. CrewAI Granola MCP setup for CrewAI. MCP clients Granola MCP setup for Generic MCP Clients.
Granola CLI Matrix
Use these pages for direct Granola CLI workflows in scripts, CI, cron, and agent wrappers.
CI Granola CLI for CI. Cron Jobs Granola CLI for cron jobs. Shell Scripts Granola CLI for shell scripts. Headless Automation Granola CLI for headless automation. Coding Agents Granola CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
granola.granola_list_meetings | Read read | 5 | List recent meetings from Granola. Returns meeting titles, dates, participants, and summaries. Supports search by query and date filtering. |
granola.granola_get_meeting | Read read | 1 | Get a single meeting from Granola by ID. Returns the full meeting details including transcript, summary, notes, and participant list. |
granola.granola_create_note | Write write | 2 | Create a note on a Granola meeting. Use this to add follow-up notes, action items, or comments to a meeting. |
granola.granola_share_meeting | Write write | 3 | Share a Granola meeting with other people. Specify email addresses of recipients and an optional message. |
granola.granola_get_current_user | Read read | 0 | Get the profile of the currently authenticated Granola user. Returns name, email, and account details. |