mcp.film

mcp.film / Production Ops / Notion MCP

Notion MCP

OfficialRemoteby Notionfreemiumverified Jun 11, 2026

Notion's hosted MCP: search, read, and write docs, wikis, and databases via OAuth.

Rate it: no ratings yet

What it does

Notion's official hosted MCP server gives agents OAuth-scoped access to a workspace: semantic search (including connected Slack/Drive/Jira with Notion AI), fetch pages and databases, and create/update content using AI-native, Markdown-first tools. The natural home for script drafts, beat sheets, character bibles, and shot lists an agent can read and update.

Connect

Remote endpoint (Streamable HTTP)
https://mcp.notion.com/mcp
Claude Code
claude mcp add --transport http notion https://mcp.notion.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "notion": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.notion.com/mcp"
      ]
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "notion": {
      "url": "https://mcp.notion.com/mcp"
    }
  }
}
Auth: oauth — One-click OAuth at mcp.notion.com; local server uses a NOTION_TOKEN integration token instead

Tools you'll see

notion-searchnotion-fetchnotion-create-pagesnotion-update-pagenotion-create-databasenotion-create-comment

Field notes

~18 tools on the hosted server (SSE fallback at mcp.notion.com/sse). The open-source local repo (4.4k stars) is explicitly deprioritized by Notion — prefer the hosted URL. Cross-connector search requires a Notion AI / Business plan.

Pairs well with