notion-automate
Installation
SKILL.md
notion-automate
Read-only Notion access via the official Notion MCP server (mcp.notion.com/mcp, Active since 2026-03-30). Tool calls return structured JSON — no UI scraping, no locale tables, no browser daemon.
Prerequisites
One-time setup:
- Run
/collab-setupand accept the notion row (records intent + verifies prerequisites). - Run
/mcp add notiononce — this triggers Claude Code's native OAuth pre-registration flow againstmcp.notion.com/mcp. Token refresh is handled automatically thereafter.
If a protocol fails with an auth error, re-run /mcp add notion to refresh the OAuth grant.
Hero protocols
protocols/search-workspace.md— full-text search across pages and databasesprotocols/page-fetch.md— fetch a page's content (blocks → Markdown). Note: Notion API 2025-09-03 introduceddata_sourcesas the primary abstraction over raw block lists — see protocol for the wrapper details.protocols/database-query.md— query a database with filter + sort, return matching rows