Skip to content
Productivity
Command

/search

Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.

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/search

Context preview

What this command does when you run it.

Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.

Command definition

search.md
description: Search the user’s Notion workspace using the Notion MCP server and Notion Workspace Skill.
argument-hint: query terms

Use the Notion Workspace Skill together with the `notionApi` MCP server to search the user's Notion workspace for content related to `$ARGUMENTS`.

Behavior:

  • Interpret `$ARGUMENTS` as a natural-language search query (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.

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