# Notion MCP

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

- **Category:** Production Ops
- **Vendor:** Notion (official)
- **Pricing:** freemium
- **Verified:** 2026-06-11

## 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: `https://mcp.notion.com/mcp`
- Claude Code: `claude mcp add --transport http notion https://mcp.notion.com/mcp`
- Local: `npx -y @notionhq/notion-mcp-server`

**Auth:** oauth — One-click OAuth at mcp.notion.com; local server uses a NOTION_TOKEN integration token instead

## Capabilities

`workspace-search` · `page-crud` · `database-crud` · `comments` · `markdown-first`

## Sample tools

`notion-search` · `notion-fetch` · `notion-create-pages` · `notion-update-page` · `notion-create-database` · `notion-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.

## Links

- Site: https://www.notion.com
- Docs: https://developers.notion.com/guides/mcp/get-started-with-mcp
- Repo: https://github.com/makenotion/notion-mcp-server

---

Structured data: https://mcp.film/api/mcps/notion.json · Directory: https://mcp.film
