sidenotions makes your Notion docs available to AI tools.
Claude Work (Cowork)
give Claude access to your sidenotions folder:
- open Claude desktop app
- start a Cowork session
- grant access to
~/Library/CloudStorage/sidenotions
Claude can now read and work with your Notion docs. ask things like:
- "summarize the product roadmap"
- "create a report from the meeting notes"
- "find all pages about API design and compile them"
Claude Code
drag your sidenotions folder into terminal, or run:
bash
claude ~/Library/CloudStorage/sidenotionsClaude can now read any file with the Read tool. ask things like:
- "read the product roadmap and summarize it"
- "find all pages mentioning API design"
- "what does the onboarding doc say about user flows?"
Cursor
add your sidenotions folder to Cursor's workspace:
- File > Add Folder to Workspace
- select
~/Library/CloudStorage/sidenotions - Cursor indexes your Notion docs
now @ mention files in chat or let Cursor search them.
tips
- keep sidenotions running for fresh data
- use descriptive page titles in Notion (AI searches by filename)
- organize Notion with folders for better navigation
block IDs
sidenotions embeds Notion block IDs in markdown comments:
<!-- block:abc123 -->
This paragraph has a block ID.future: AI tools can use these IDs to update specific blocks via API.