/search
Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.
> /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
/search
Context preview
What this command does when you run it.
Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.
Command definition
search.mddescription: Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill. argument-hint: query terms
Use the Notion Workspace Skill together with the `notionApi` MCP server to search the user's Notion workspace for content related to `$ARGUMENTS`.
Behavior:
- Interpret `$ARGUMENTS` as a natural-language search query (e.g. "Q1 roadmap", "customer feedback", "bugs triage").
- Prefer fast, high-signal tools such as workspace search or database queries.
- If multiple results are found, summarize them as a short, scannable list, including:
- Page/database title
- Type (page, database, task list, etc.)
- A one-line description or key fields
- If no results are found, suggest refinements or alternative queries.
When you answer, **do not** dump raw JSON. Return a human-readable summary with links/identifiers that the user can click in Notion.
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-page
Create a new Notion page, optionally under a specific parent, using the Notion Workspace Skill and Notion MCP server.
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 - /build
Build a task from a Notion page URL
Open command

