/find
Quickly find pages or databases in Notion by title keywords.
> /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
/find
Context preview
What this command does when you run it.
Quickly find pages or databases in Notion by title keywords.
Command definition
find.mddescription: Quickly find pages or databases in Notion by title keywords. argument-hint: query terms
Use the Notion Workspace Skill and `notionApi` MCP server to quickly locate pages or databases whose titles match `$ARGUMENTS`.
Behavior:
- Treat `$ARGUMENTS` as fuzzy search terms for titles (e.g. "Q1 plan", "Claude marketplace spec").
- Search both:
- Individual pages
- Databases
- Return a short list of the best matches with:
- Title
- Type (page or database)
- Location / parent (if available)
- Prefer precision over recall: better to show 5–10 very relevant results than 50 noisy ones.
If nothing is found, say so clearly and suggest alternate search terms.
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 - /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

