Skip to main content
Glama

Notion MCP Server

by michaelwaves

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoThe port number for HTTP transport3003
NOTION_API_KEYYesYour Notion integration token
NOTION_VERSIONNoThe Notion API version2022-06-28

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
notion_create_page

Creates a new page in Notion. Can be a child of a page or database.

notion_retrieve_page

Retrieves a Notion page by ID. Returns page properties, not page content.

notion_update_page

Updates properties of a Notion page. Can also update icon, cover, or archive/restore pages.

notion_retrieve_page_property

Retrieves a specific property of a Notion page. Use for properties with more than 25 references.

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