Notion (verified)
Search across your Notion workspace and connected sources to quickly find pages, databases, and users. View full page and database details for deeper context. Create and update pages, manage database…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add notion
# Browse available tools
npx -y smithery tool list notion
# Get full schema for a tool
npx -y smithery tool get notion notion-search
# Call a tool
npx -y smithery tool call notion notion-search '{}'Direct MCP Connection
Endpoint: https://notion.run.tools
Tools (14)
notion-search— Perform a search over:notion-fetch— Retrieves details about a Notion entity (page, database, or data source) by URL or ID.notion-create-pages— ## Overviewnotion-update-page— ## Overviewnotion-move-pages— Move one or more Notion pages or databases to a new parent.notion-duplicate-page— Duplicate a Notion page. The page must be within the current workspace, and you must have permission to access it. The …notion-create-database— Creates a new Notion database using SQL DDL syntax.notion-update-data-source— Update a Notion data source's schema, title, or attributes using SQL DDL statements. Returns Markdown showing updated s…notion-create-comment— Add a comment to a page or specific content.notion-get-comments— Get comments and discussions from a Notion page.notion-get-teams— Retrieves a list of teams (teamspaces) in the current workspace. Shows which teams exist, user membership status, IDs, …notion-get-users— Retrieves a list of users in the current workspace. Shows workspace members and guests with their IDs, names, emails (i…notion-create-view— Create a new view on a Notion database.notion-update-view— Update a view's name, filters, sorts, or display configuration.
# Get full input/output schema for a tool
npx -y smithery tool get notion Resources
notion://docs/enhanced-markdown-spec— Complete specification for Notion's enhanced Markdown format, including all block types, rich text formatting, and XML …notion://docs/view-dsl-spec— Full specification for the view configuration DSL used by create_view and update_view tools.