# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add notion

# Browse available tools
npx -y @smithery/cli@latest tool list notion

# Get full schema for a tool
npx -y @smithery/cli@latest tool get notion notion-search

# Call a tool
npx -y @smithery/cli@latest tool call notion notion-search '{}'
```

## Direct MCP Connection

Endpoint: `https://notion.run.tools`

## Tools (12)

- `notion-search` — Perform a search over:
- `notion-fetch` — Retrieves details about a Notion entity (page or database) by URL or ID.
- `notion-create-pages` — ## Overview
- `notion-update-page` — ## Overview
- `notion-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 with the specified properties schema.
- `notion-update-data-source` — Update a Notion data source's properties, name, or other attributes. Returns Markdown showing updated structure and sch…
- `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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get notion <tool-name>
```

## Resources

- `notion://docs/enhanced-markdown-spec` — Complete specification for Notion's enhanced Markdown format, including all block types, rich text formatting, and XML …
