Notion MCP Server

Community
Cloud & SaaS
stdio

Connect AI agents to Notion for reading pages, querying databases, creating content, and managing workspace structure. Supports page creation, block appending, database queries, and search.

Quick Install

$ npx -y mcp-server-notion

Environment Variables

VariableDescriptionRequired
NOTION_API_KEYNotion Internal Integration TokenYes

Configuration by Client

{
  "mcpServers": {
    "server": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-notion"
      ],
      "env": {
        "NOTION_API_KEY": "ntn_xxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}

Need a different client? Use the Config Generator for Windsurf, Cline, Antigravity, and more.

Available Tools (5)

searchget_pagecreate_pagequery_databaseappend_block_children