# Granola (verified)

Search meeting insights and action items directly from your notes using natural language. Stay updated on project decisions and follow-ups across your entire meeting history. Access verbatim transcri…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add granola

# Browse available tools
npx -y @smithery/cli@latest tool list granola

# Get full schema for a tool
npx -y @smithery/cli@latest tool get granola query_granola_meetings

# Call a tool
npx -y @smithery/cli@latest tool call granola query_granola_meetings '{}'
```

## Direct MCP Connection

Endpoint: `https://granola.run.tools`

## Tools (4)

- `query_granola_meetings` — Query Granola about the user's meetings using natural language. Returns a tailored response with inline citation links …
- `list_meetings` — List the user's Granola meeting notes within a time range. Returns meeting titles and metadata.
- `get_meetings` — Get detailed meeting information for one or more Granola meetings by ID. Returns private notes, AI-generated summary, a…
- `get_meeting_transcript` — Get the full transcript for a specific Granola meeting by ID. Returns only the verbatim transcript content, not summari…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get granola <tool-name>
```
