Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add NimbleBrainInc/mcp-granola --skill mcp_granolagit clone --depth 1 https://github.com/NimbleBrainInc/mcp-granolaWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/nimblebraininc/mcp-granola/mcp_granola)<a href="https://agentmods.dev/skills/nimblebraininc/mcp-granola/mcp_granola"><img src="https://agentmods.dev/badge/skills/nimblebraininc/mcp-granola/mcp_granola/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/nimblebraininc/mcp-granola/mcp_granola"><img src="https://agentmods.dev/badge/skills/nimblebraininc/mcp-granola/mcp_granola.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.01210 |
| Opus 5 | $0.00000 | $0.00605 |
| Sonnet 5 | $0.00000 | $0.00242 |
| Haiku 4.5 | $0.00000 | $0.00121 |
Grade A, and why
mcp_granola scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Granola MCP Server — Skill Guide
Tools
| Tool | Use when... |
|---|---|
list_meetings |
You need to browse recent meetings or paginate through history |
search_meetings |
You have a keyword or phrase to search across all meeting notes |
search_by_person |
You want all meetings involving a specific person (by name or email) |
get_meeting |
You have a meeting_id and need the full notes, attendees, and panels |
get_transcript |
You need the raw transcript segments for a specific meeting |
get_meeting_stats |
You need an overview of how much data is available |
summarize_meetings |
You need a recap of meetings over a time period (returns notes + attendees) |
extract_action_items |
You need TODOs, next steps, or action items from one or more meetings |
Parameter Reference
All tools that accept meeting identifiers use meeting_id (not doc_id, id, or document_id). The meeting_id value comes from the id field in search results and meeting lists.
Date Parameters
Tools that accept time ranges (summarize_meetings, extract_action_items, list_meetings, search_meetings, search_by_person) support two ways to specify dates:
date_from/date_to(YYYY-MM-DD): Explicit date range. Use when the user asks for a calendar-aligned period. Compute the actual YYYY-MM-DD dates yourself.days(integer,summarize_meetingsandextract_action_itemsonly): Shortcut for "last N days from today". Use when the user says "recent" or "last N days".
If neither is provided, summarize_meetings and extract_action_items default to the last 7 days.
Examples of how to translate user requests:
- "What happened last week?" → compute Monday–Sunday dates, use
date_from/date_to - "Summarize my last 30 days" → use
days=30 - "Action items from January" → use
date_from="2026-01-01",date_to="2026-01-31" - "What did I discuss with Carol recently?" → use
days=14withperson="Carol"
Context Reuse
What ships with it
4 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 85 lines · 0 tokens per session scan A ed33b024de01
mcp_granola is a skill published in the GitHub repository NimbleBrainInc/mcp-granola (0 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,210 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
minutes-record
Start or stop recording a meeting, call, or voice memo. Use this whenever the user says "record", "start recording", "capture this meeting", "stop recording", "I'm in a meeting", "take notes on this call", or wants to transcribe live audio. Also use when they ask about recording status or want to know if something is…
minutes-note
Add a note to the current recording or annotate a past meeting. Use whenever the user says "note that", "remember this", "mark this as important", "add a note about", "annotate the meeting", or wants to capture a thought during or after a recording. Plain text input — no markdown needed.
granola-to-steno
Sync Granola meeting notes into Steno's file-based store. Reads recent meetings from the Granola MCP (titles, dates, participants, AI summaries, verbatim transcripts) and regenerates Steno's output/summary.md and transcripts/transcript.txt files in a target folder (e.g. an iCloud Drive directory). The operation is…
granola
Access and process Granola meeting notes and transcripts via the granola CLI (MCP-backed). Use when pulling meeting data, analyzing transcripts, backfilling meetings, or any task involving Granola meeting content.
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
ppt-template-creator
Creates self-contained PPT template SKILLS (not presentations) from user-provided PowerPoint templates. Use ONLY when a user wants to create a reusable skill from their template. For creating actual presentations, use the pptx skill instead.