Skip to main content
NotionResource exposes a Notion workspace as a filesystem. The Node SDK talks to the Notion REST API with an integration token; the Browser SDK talks to Notion’s MCP server with an OAuth client provider so secrets stay off the page.

Node

Browser

Mount mode

read, write (page edits via the MCP server in the browser SDK).

Resource commands

notion-search works on read mounts; the rest require a write mount:
For the page/database layout and supported edits see the Python Notion docs.