| name | granola |
| description | Access Granola AI meeting notes - CSV import, shared note fetching, and MCP-ready for upcoming API support. |
| homepage | https://granola.ai |
| metadata | {"clawdbot":{"emoji":"🥣","requires":{}}} |
Granola
Access your Granola meeting notes. Granola is the AI notepad for people in back-to-back meetings.
Current Capabilities
1. CSV Export Import
Granola allows exporting historical notes as CSV. This skill can parse and search those exports.
python3 {baseDir}/scripts/csv_import.py --file ~/Downloads/granola_export.csv
python3 {baseDir}/scripts/csv_import.py --file ~/Downloads/granola_export.csv --search "quarterly review"
2. Shared Note Fetching
When you share a Granola note, it gets a public URL. This skill can fetch and parse shared notes.
python3 {baseDir}/scripts/fetch_shared.py --url "https://share.granola.ai/..."
3. MCP Integration (Coming Soon)
Granola is building official MCP (Model Context Protocol) support for AI agent access. When available:
{