Notion MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | The port number for HTTP transport | 3003 |
| NOTION_API_KEY | Yes | Your Notion integration token | |
| NOTION_VERSION | No | The Notion API version | 2022-06-28 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| notion_create_pageB | Creates a new page in Notion. Can be a child of a page or database. |
| notion_retrieve_pageA | Retrieves a Notion page by ID. Returns page properties, not page content. |
| notion_update_pageC | Updates properties of a Notion page. Can also update icon, cover, or archive/restore pages. |
| notion_retrieve_page_propertyB | Retrieves a specific property of a Notion page. Use for properties with more than 25 references. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/michaelwaves/notion-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server