
Search
- 34 installs
- 19 repo stars
- Updated February 7, 2026
- makenotion/cursor-notion-plugin
search finds Notion workspace content via MCP natural-language queries.
About
The search skill queries the user's Notion workspace through the Notion MCP server using natural-language queries. Returns scannable summaries with page or database title, type, and one-line description rather than raw JSON. Suggests query refinements when no results match. Use when users need to find Notion pages, databases, tasks, or content by keywords or natural language.
- Natural-language Notion workspace search via MCP.
- Human-readable result summaries with titles and types.
- Suggests refinements when search returns empty.
- Avoids dumping raw JSON in responses.
- For pages databases and task lists discovery.
Search by the numbers
- 34 all-time installs (skills.sh)
- Ranked #1,792 of 3,282 Productivity & Planning skills by installs in the Skillselion catalog
- Data as of Jul 25, 2026 (Skillselion catalog sync)
search capabilities & compatibility
- Capabilities
- notion search behavior rules
- Works with
- notion
- Use cases
- research
What search says it does
Search the user's Notion workspace using the Notion MCP server
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill searchAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 34 |
|---|---|
| repo stars | ★ 19 |
| Last updated | February 7, 2026 |
| Repository | makenotion/cursor-notion-plugin ↗ |
How do I search my Notion workspace from the agent?
Search the user's Notion workspace via Notion MCP with human-readable summaries.
Who is it for?
Users finding Notion content during agent sessions.
Skip if: Skip for creating or editing Notion pages.
When should I use this skill?
User wants to search Notion workspace content.
What you get
Scannable list of matching Notion pages or databases.
Files
Notion Search
Use the Notion MCP server to search the user's Notion workspace for content related to the query.
Behavior
- Interpret the query as a natural-language search (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.
Related skills
FAQ
What does search do?
search finds Notion workspace content via MCP natural-language queries.
When should I use search?
User wants to search Notion workspace content.
Is this skill safe to install?
Review the Security Audits panel on this page before installing in production.