cathrynlavery

Granola Skill — Development skill for Claude Code

Development community

Turn your Granola meeting recordings into project lists, action items, and meeting prep — via Claude Code.

How to install Granola Skill

This entry records only its repository, not the path inside it, so there is no exact command to give. Open cathrynlavery/granola-skill and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Granola Skill does

Turn your Granola meeting recordings into project lists, action items, and meeting prep — via Claude Code.

Alternatives in Development

  • Clean Worktree (Interactive) — Interactive cleanup of worktrees: lists merged/stale branches and asks confirmation before deleting 25.5k ★
  • Notion Meeting Intelligence — Prep meetings by pulling Notion context and tailoring agendas 14.6k ★
  • Retro — Facilitate structured sprint retrospectives with action items 7.8k ★

README

Granola Meeting Notes — Claude Code Skill

Turn your [Granola](https://www.granola.ai?via=cathryn-lavery) meeting recordings into actionable project lists, action items, and meeting prep — all from your terminal via [Claude Code](https://docs.anthropic.com/en/docs/claude-code).

What it does

Ask Claude Code things like:

  • "What did we discuss yesterday?"
  • "Give me my action items from this week"
  • "Prep me for my meeting with Sarah"
  • "Compile a project list from the last 2 weeks of meetings"
  • "What decisions did we make about the redesign?"
  • "Who said what about the budget?"
  • "Weekly digest"

Claude Code uses Granola's official MCP server to access your meeting data — titles, attendees, transcripts, and notes — then gives you structured, actionable summaries.

Install

Option A: MCP Server (Recommended)

Granola now has an official MCP server. One command:

claude mcp add granola --transport http https://mcp.granola.ai/mcp

You'll be prompted to authenticate via Granola on first use. That's it — no CLI or local files needed.

Option B: Full Install (MCP + CLI Fallback)

If you also want the CLI as a fallback (e.g., for bulk exports or offline use):

**1. Add the MCP server**

claude mcp add granola --transport http https://mcp.granola.ai/mcp

**2. Copy the skill + CLI**

curl -sL https://raw.githubusercontent.com/cathrynlavery/granola-skill/main/install.sh | bash

Or manually:

mkdir -p ~/.claude/skills/granola/bin
curl -o ~/.claude/skills/granola/SKILL.md \
  https://raw.githubusercontent.com/cathrynlavery/granola-skill/main/SKILL.md
curl -o ~/.claude/skills/granola/bin/granola.js \
  https://raw.githubusercontent.com/cathrynlavery/granola-skill/main/bin/granola.js

Requirements

  • Granola account with meetings recorded
  • Claude Code CLI
  • For MCP only: Nothing else — works on any