Notion
ProductivityAll-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.
Install
Section titled “Install”Add Notion to your zone and connect it to your MCP client.
Step 1 - Install in Keycard Console
Section titled “Step 1 - Install in Keycard Console”-
In your zone’s Keycard Console, go to Applications -> Add Application -> Explore MCP Servers.
-
Search for
Notionand click Install. -
A browser tab opens to Notion’s OAuth consent screen. Sign in and approve the requested permissions.
-
You’re redirected back. Notion appears on the Applications page with a Keycard MCP Gateway URL.
Step 2 - Connect your MCP client
Section titled “Step 2 - Connect your MCP client”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 addcommand. 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
Next steps
Section titled “Next steps”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.