Skip to content
API Reference
Notion logo

Notion

Productivity

All-in-one workspace for notes, docs, and project management

Connect your AI assistant to Notion to search, read, and manage pages, databases, and content across your workspace. Enables agents to create pages, update properties, query databases, and organize knowledge on your behalf.

Add Notion to your zone and connect it to your MCP client.

  1. In your zone’s Keycard Console, go to Applications -> Add Application -> Explore MCP Servers.

  2. Search for Notion and click Install.

  3. A browser tab opens to Notion’s OAuth consent screen. Sign in and approve the requested permissions.

  4. You’re redirected back. Notion appears on the Applications page with a Keycard MCP Gateway URL.

On the Applications page, click Add to Coding Agent next to Notion and pick how you want to install:

  • Cursor - opens a deeplink that hands the MCP config straight to Cursor. Click Install inside Cursor to finish.
  • Claude Code - opens a dialog with a claude mcp add command. Pick a scope (User, Project, or Local), then copy and run the command in your terminal.
  • Install manually - reveals the Server Name and Server URL to paste into any other MCP-compatible client.

Once connected, Notion’s tools are available to the agent, scoped to whoever signs in to your zone.

What Notion can do once installed.

Notion provides 14 tools:

notion-search
Search Notion workspace and connected tools
notion-fetch
Get a Notion page, database, or data source by ID
notion-create-pages
Create Notion pages with properties and content
notion-update-page
Update a Notion page's properties or content
notion-move-pages
Move Notion pages or databases to a new parent
notion-duplicate-page
Duplicate a Notion page
notion-create-database
Create a Notion database using SQL DDL syntax
notion-update-data-source
Update Notion data source schema via SQL DDL
notion-create-comment
Add a comment to a Notion page or block
notion-get-comments
Get comments and discussions from a Notion page
notion-get-teams
List teamspaces in the Notion workspace
notion-get-users
List users in the Notion workspace
notion-create-view
Create a new view on a Notion database
notion-update-view
Update a Notion view's filters, sorts, or layout

What to do once Notion is installed.

Now do this

  • Confirm the gateway works by asking your AI client to call one of the Notion tools above.

Recommended

  • Decide who can use it - write access policies scoped to the Notion resource so only the right users and agents reach the tools.
  • Watch the calls - every tool call lands in your audit log with user identity, resource, and policy decision.