notion

Installation
SKILL.md

Notion CLI Skill

Operate Notion workspaces using ncli. Two backends:

  • MCP (OAuth) — search, pages, databases, views, comments, users, teams
  • REST API (integration token) — file upload, block operations, any REST endpoint

Prerequisites

# MCP auth (required for most commands)
ncli whoami                    # Check auth status
ncli login                     # If not authenticated

# REST API auth (required for ncli rest / ncli file commands)
ncli rest login                # Save integration token (one-time)
Installs
13
GitHub Stars
48
First Seen
Mar 19, 2026
notion — nyosegawa/notion-cli