Docs menu+

Full Notion API surface (pages, databases, blocks, search) via Notion's official MCP server.

#Notion

Full Notion API surface (pages, databases, blocks, search) via Notion's official MCP server.

#Get a token

Generate a Internal Integration Secret (ntn_…) at https://www.notion.so/profile/integrations.

  • Create an Internal Integration in your workspace.
  • Grant page access from each page Add connections.

#Add it to the vault

bash
mcpvault add notion

Example session:

text
$ mcpvault add notion Label: work Secret: ntn_•••• ✓ Validated as workspace "Acme" (owner: Alice) ✓ Saved.

#Tools exposed

  • see upstream — full Notion API surface

#Switch to this account

In any chat client wired to mcpvault, ask:

Switch to my <label> Notion account.

The vault server's activate_account tool flips the active label. Wrappers re-read it on the next call no restart.

Notion — mcpvault docs