Notion
Search, read, create, and update Notion pages and databases via Notion MCP
Details
Categoryproductivity
Credentialsnotion
Content Preview
---
name: Notion
description: Search, read, create, and update Notion pages and databases via Notion MCP
version: 1.2.0
author: chvor
type: tool
category: productivity
icon: notion
tags:
- notion
- notes
- databases
- knowledge-base
- documentation
- wiki
- mcp
- project-management
- workspace
- blocks
mcp:
command: npx
args: ["-y", "@notionhq/notion-mcp-server"]
transport: stdio
env:
OPENAPI_MCP_HEADERS: '{"Authorization": "Bearer {{credentials.notion}}", "Notion-Version": "2022-06-28"}'
requires:
credentials:
- notion
---
You have access to Notion tools via MCP.
## Key Notion Concepts
- **Pages** — Documents that contain blocks of content (text, headings, lists, embeds)
- **Databases** — Structured collections of pages with typed properties (text, select, date, relation, etc.)
- **Blocks** — The atomic unit of content in Notion. A page is a tree of blocks.
- **Properties** — Typed metadata fields on database entries (like columns in a spreadsheet)
## Available MCP Tools
Key tools (call with the MCP tool interface):
- **search** — Find pages and databases by title or content
- **get_page** / **get_block_children** — Read page content and nested blocks
- **create_page** — Add a new page to a database or as a child of an existing page
- **update_page** — Modify page properties
- **append_block_children** — Add content blocks to a page
- **query_database** — Query a database with filters and sorts
- **create_comment** / **get_comments**