mcp.film

mcp.film / Production Ops / Notion MCP

Notion MCP

OfficialRemoteby Notionfreemiumverified Aug 12, 2026

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

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-query-data-sourcesnotion-create-file-uploadnotion-create-comment

Field notes

25 tools on the hosted server now, up from ~18 in June — the additions are file uploads and attachments, database views, notion-query-data-sources, meeting-note search, and page-to-skill conversion. Notion has hardened its language on the open-source local server (4.6k stars, last pushed 25 Jul 2026): it is no longer actively maintained, and the hosted URL is the recommended path unless you specifically need the JSON-based v1 APIs. Search, multi-source queries, and meeting-note search all require a Business plan or higher with Notion AI. Clients that can send custom HTTP headers can use a PAT instead of the OAuth flow.

Pairs well with