Skip to content
Productivity
Command

/find

Quickly find pages or databases in Notion by title keywords.

From plugin
notion
46710 skills10 commands1 MCP
Install
> /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.md
description: 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.

Ships withnotion

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

Get the whole plugin