Skip to main content
Glama
SunCreation

MCP Notion Server (@suncreation)

by SunCreation

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NOTION_API_KEYNoAlternative name for the token (either works)
NOTION_API_TOKENNoYour Notion API integration token
NOTION_MARKDOWN_CONVERSIONNoSet to "true" for Markdown output (reduces tokens)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
notion_append_block_children

Append children blocks to a parent block. LIMITS: Max 100 blocks, 2 nesting levels, 2000 chars per rich_text/URL.

notion_retrieve_block

Retrieve a block from Notion

notion_retrieve_block_children

Retrieve the children of a block

notion_delete_block

Delete a block in Notion

notion_update_block

Update the content of a block in Notion based on its type. The update replaces the entire value for a given field.

notion_create_page

Create a page as child of page or database. LIMITS: 100 blocks, 2 nesting levels, 2000 chars.

notion_retrieve_page

Retrieve a page from Notion

notion_update_page_properties

Update properties of a page or an item in a Notion database

notion_list_all_users

List all users in the Notion workspace. Note: This function requires upgrading to the Notion Enterprise plan and using an Organization API key to avoid permission errors.

notion_retrieve_user

Retrieve a specific user by user_id in Notion. Note: This function requires upgrading to the Notion Enterprise plan and using an Organization API key to avoid permission errors.

notion_retrieve_bot_user

Retrieve the bot user associated with the current token in Notion

notion_create_database

Create a database in Notion

notion_query_database

Query a database in Notion

notion_retrieve_database

Retrieve a database in Notion

notion_update_database

Update a database in Notion

notion_create_database_item

Create a new item (page) in a Notion database

notion_create_comment

Create a comment in Notion. This requires the integration to have 'insert comment' capabilities. You can either specify a page parent or a discussion_id, but not both.

notion_retrieve_comments

Retrieve a list of unresolved comments from a Notion page or block. Requires the integration to have 'read comment' capabilities.

notion_search

Search pages or databases by title in Notion

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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/SunCreation/mcp-notion-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server