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:

  1. Run /collab-setup and accept the notion row (records intent + verifies prerequisites).
  2. Run /mcp add notion once — this triggers Claude Code's native OAuth pre-registration flow against mcp.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 databases
  • protocols/page-fetch.md — fetch a page's content (blocks → Markdown). Note: Notion API 2025-09-03 introduced data_sources as 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
Installs
1
GitHub Stars
6
First Seen
Jun 17, 2026
notion-automate — kouko/monkey-skills