HomeOther › notion-mcp-server

notion-mcp-server

Token-auth Notion MCP: pages, databases, blocks, comments, files. Runs headless in CI and agents.

TypeScript Local macOSWindowsLinux
★ 171 stars Last pushed 2026-09-23 License: MIT

Topics: Other Tools and Integrations

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 3.1.0)

npx -y notion-mcp-server@3.1.0

Or add to your MCP client config:

{
  "mcpServers": {
    "notion-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "notion-mcp-server@3.1.0"
      ],
      "env": {
        "NOTION_TOKEN": "<YOUR_VALUE>",
        "NOTION_PAGE_ID": "<YOUR_VALUE>"
      }
    }
  }
}
  • NOTION_TOKEN required secret — Notion Personal Access Token (ntn_...) or Internal Integration Secret. Create at https://app.notion.com/developers/tokens
  • NOTION_PAGE_ID — Optional default parent page ID used by create_page / create_database when no parent is passed.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry