obsidian-granola

Installation
SKILL.md

This skill helps the user extract meeting data from Granola (via the Granola MCP) and turn it into properly formatted Obsidian notes in their vault.

1. Capture Intent & Context

First, determine which meeting the user wants to sync.

  • If they say "my last meeting", you will need to list recent meetings to find it.
  • If they specify a person or topic, search or list recent meetings to identify the correct one.
  • If the user says they already have an existing prepared note for this meeting in Obsidian, append the Granola contents to their existing note, and create a separate transcript note.
  • Otherwise, you will generate a new title and create both the meeting note and transcript note from scratch.

2. Fetch Granola Data

Use the Granola MCP tools:

  1. mcp_granola_list_meetings to find the meeting ID if you don't already have it.
  2. mcp_granola_get_meetings to get the AI-generated summary, action items, and private notes.
  3. mcp_granola_get_meeting_transcript to get the verbatim raw transcript (NOTE: This tool may require a paid Granola tier. If the call fails with a paid-tier error, continue the workflow and still create the transcript note so the user can fill it in manually.)
Related skills
Installs
8
GitHub Stars
2
First Seen
Mar 23, 2026