find
Notion Find
Use the Notion MCP server to quickly locate pages or databases whose titles match the query.
Behavior
- Treat the query as fuzzy search terms for titles (e.g. "Q1 plan", "product launch 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.
More from makenotion/cursor-notion-plugin
database-query
Query a Notion database by name or ID and return structured, readable results with optional filters and sorting.
23search
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
17tasks-plan
Create an implementation plan from a Notion task or specification. Breaks down requirements into actionable steps with estimates and dependencies.
11create-database-row
Insert a new row into a specified Notion database using natural-language property values. Handles property name matching and validation.
11create-page
Create a new Notion page, optionally under a specific parent. Automatically structures content based on page type (meeting notes, project pages, etc.).
10tasks-build
Build a task from a Notion page URL. Fetches task details, marks it in progress, implements the work, and updates status in Notion.
10