notion-server

v-3/notion-server

3.9

notion-server is hosted online, so all tools can be tested directly either in theInspector tabor in theOnline Client.

If you are the rightful owner of notion-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server that provides seamless integration with Notion, enabling Language Models to interact with your Notion workspace through standardized tools.

Try notion-server with chat:

Tools

Functions exposed to the LLM to take actions

search_pages

Search through Notion pages

read_page

Read a regular page's content (not for databases - use retrieve_database for databases). Shows block IDs with their types (needed for block operations)

create_page

Create a new page or database item. For database items, include 'properties' matching database schema. For pages, use 'title' and 'content'

update_page

Update an existing Notion page

retrieve_comments

Get all comments from a page

add_comment

Add a comment to a page

create_database

Create a new database in a page

query_database

Query a database

update_block

Update a block's content (must use same type as original block, use read_page first to get block IDs and types)

delete_block

Delete a specific block from a page

update_database_item

Update a database item's properties (use query_database first to see required property structure)

retrieve_database

Retrieve a database's metadata

update_database

Update a database's properties

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources