/create-page
Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server.
> /plugin marketplace add makenotion/claude-code-notion-plugin > /plugin install notion-workspace-plugin@notion-plugin-marketplace
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/create-page
Context preview
What this command does when you run it.
Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server.
Command definition
create-page.mddescription: Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server. argument-hint: "Title of page [optional parent name or ID]"
You are creating a new Notion page for the user.
Use the Notion Workspace Skill and `notionApi` MCP server to:
1. Parse `$ARGUMENTS` into:
- Page title
- Optional parent page/database (if the user mentions a parent)
2. If the parent is ambiguous, ask a brief clarification question before creating the page. 3. Create the page with a sensible default structure based on the title:
- For "Meeting notes", include sections like Attendees, Agenda, Notes, Action items.
- For "Project" pages, include sections for Overview, Goals, Timeline, Tasks, Risks.
4. Confirm creation back to the user with:
- Page title
- Parent location
- Link or identifier.
Be careful not to overwrite existing pages. If a page with the exact same name exists in the same parent, confirm with the user whether to reuse it or create a new one.
This repository provides an official Claude Code plugin that bundles: Notion Skills (from the Notion Cookbook) that teach Claude how to work intelligently inside your Notion workspace The Notion MCP Server, which enables Claude to securely search, read, and
Other commands on notion.
- /create-database-row
Insert a new row into a specified Notion database using natural-language property values.
Open command - /create-task
Create a new task in the userβs Notion tasks database with sensible defaults.
Open command - /database-query
Query a Notion database by name or ID and return structured, readable results.
Open command - /find
Quickly find pages or databases in Notion by title keywords.
Open command - /search
Search the userβs Notion workspace using the Notion MCP server and Notion Workspace Skill.
Open command - /build
Build a task from a Notion page URL
Open command

