← Catalog

integrations/notion-mcp

Notion MCP mcp

Read and write the Notion pages and databases an integration token has been granted.

Third-party software. Forgeprint hosts none of this code: it is an installation recipe for a project somebody else publishes and maintains. Review the permissions below before installing.

Upstream

Projectmakenotion/notion-mcp-server
Pinned at2.5.2
Verified on2026-09-23

What it can reach

Reads and writes the pages and databases explicitly shared with the integration.

It needs NOTION_TOKEN. Create it at the upstream with the narrowest scope that works and put it in your environment — an agent never enters a secret for you.

Install

claude-code

claude mcp add-json notion '{"command":"npx","args":["-y","@notionhq/notion-mcp-server@2.5.2"],"env":{"NOTION_TOKEN":"$NOTION_TOKEN"}}'

codex

codex mcp add notion --env NOTION_TOKEN=$NOTION_TOKEN -- npx -y @notionhq/notion-mcp-server@2.5.2

gemini-cli

gemini mcp add notion -e NOTION_TOKEN=$NOTION_TOKEN npx -y @notionhq/notion-mcp-server@2.5.2

Only agents whose command syntax has been verified are listed. A missing agent is one nobody has confirmed, not one that does not work.

Read it

README.md