mcp.film / Production Ops / Notion MCP
Notion MCP
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
https://mcp.notion.com/mcp
claude mcp add --transport http notion https://mcp.notion.com/mcp
{
"mcpServers": {
"notion": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.notion.com/mcp"
]
}
}
}
{
"mcpServers": {
"notion": {
"url": "https://mcp.notion.com/mcp"
}
}
}
Tools you'll see
notion-searchnotion-fetchnotion-create-pagesnotion-update-pagenotion-create-databasenotion-query-data-sourcesnotion-create-file-uploadnotion-create-commentField 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
Canva MCPCanva
Official
Official Canva remote MCP for campaign designs, thumbnails, decks, exports, and comments.
Mux MCP ServerMux
Official
Official Mux MCP: upload, manage, and analyze video via API or hosted remote server.
Vimeo MCP ServerVimeo
Official
Official Vimeo remote MCP: library search, analytics, retention, and metadata editing.