Notion ReadOnly MCP Server

by Taewoong1378
MIT License
38
2
  • Apple

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OPENAPI_MCP_HEADERSYesJSON string containing headers for Notion API authentication, including Authorization token and Notion-Version{"Authorization": "Bearer ntn_****", "Notion-Version": "2022-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
API-get-block-children

Retrieve block children

API-retrieve-a-page

Retrieve a page

API-retrieve-a-block

Retrieve a block

API-retrieve-a-database

Retrieve a database

API-retrieve-a-comment

Retrieve comments

API-retrieve-a-page-property

Retrieve a page property item

API-get-one-pager

Recursively retrieve a full Notion page with all its blocks, databases, and related content

API-get-background-result

Retrieve the result of a background processing request

ID: gydledeehw