
search
✓ Official★ 17by notion · part of makenotion/cursor-notion-plugin
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
Inspect the full instructions your agent will receiveExpandCollapse
This is the exact playbook injected into your agent when the skill activates — shown here so you can audit it before installing. You don't need to read it to use the skill.
name: search description: Search the user's Notion workspace using the Notion MCP server. Use for finding pages, databases, and content by keywords or natural-language queries.
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.
npx skills add https://github.com/makenotion/cursor-notion-plugin --skill searchRun this in your project — your agent picks the skill up automatically.
No common issues documented yet. If you hit a problem, the repository's GitHub Issues page is the best place to look.