Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Notion to manage pages, databases, and content, enabling AI agents to create, update, and search your workspace.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Notion
3
Authenticate
🎉 Your Notion MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Watch the Example
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
notion_get_user | Retrieve a Notion user |
notion_get_users | List all Notion users |
notion_get_self | Retrieve your Notion token’s bot user |
notion_post_search | Search Notion by title |
notion_retrieve_a_page | Retrieve a Notion page |
notion_patch_page | Update Notion page properties |
notion_post_page | Create a Notion page |
notion_create_a_database | Create a Notion database |
notion_update_a_database | Update a Notion database |
notion_retrieve_a_database | Retrieve a Notion database |
notion_retrieve_a_page_property | Retrieve a Notion page property item |
notion_retrieve_a_comment | Retrieve Notion comments |
notion_create_a_comment | Create a Notion comment |
For more details about tool input schema, use the get_tools API.