notionhq/notion

MCP Server

Notion MCP Server - interact with Notion workspaces (pages, databases, blocks)

Official Notion MCP server. Query data sources, manage pages, edit content in Markdown, search, and manage comments.

MCP Server

  • Package: @notionhq/notion-mcp-server
  • Transport: stdio
  • Command: npx @notionhq/notion-mcp-server

Authentication

Notion integration token (Bearer)

VariableRequiredDescription
NOTION_TOKENYesIntegration token (ntn_****)

Available Tools

ToolDescription
queryQuery data sources
retrieve_pageGet page
create_pageCreate page
update_pageUpdate page
searchSearch by title/ID
create_commentAdd comment
list_templatesList templates

Configuration Example

toml
[[mcp.servers]]
name = "notion"
type = "stdio"
command = "npx"
args = ["-y", "@notionhq/notion-mcp-server"]
timeout_seconds = 60
env = { NOTION_TOKEN = "your-value" }
tools = []

Notes: Official Notion package. 22 tools. HTTP transport: --transport http. May sunset in favor of remote Notion MCP.