Back to MCP Servers

Notion MCP (official)

OFFICIAL

Notion's official server. Search, read, and write pages and databases — give your agent access to the team's actual docs and specs.

Category: Productivity · Works with: Claude Code, Grok Build, Claude Desktop, Cursor

What it does

Connects agents to your Notion workspace so specs, runbooks, and notes become usable context, and meeting notes or reports can be written back.

Install

Remote: https://mcp.notion.com/mcp

Setup Instructions

claude Code
claude mcp add --transport http notion https://mcp.notion.com/mcp
claude Desktop
Use the hosted remote server (OAuth) via your client's remote-server option, or run locally with an integration token:

{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": ["-y", "@notionhq/notion-mcp-server"],
      "env": { "NOTION_TOKEN": "ntn_..." }
    }
  }
}
Official documentation