{
  "slug": "notion",
  "name": "Notion MCP",
  "vendor": "Notion",
  "official": true,
  "category": "production-ops",
  "featured": false,
  "tagline": "Notion's hosted MCP: search, read, and write docs, wikis, and databases via OAuth.",
  "description": "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.",
  "capabilities": [
    "workspace-search",
    "page-crud",
    "database-crud",
    "comments",
    "markdown-first"
  ],
  "tools_sample": [
    "notion-search",
    "notion-fetch",
    "notion-create-pages",
    "notion-update-page",
    "notion-create-database",
    "notion-create-comment"
  ],
  "install": {
    "claude_code": "claude mcp add --transport http notion https://mcp.notion.com/mcp",
    "remote_url": "https://mcp.notion.com/mcp",
    "stdio_command": "npx -y @notionhq/notion-mcp-server"
  },
  "auth": {
    "type": "oauth",
    "env_var": null,
    "key_url": "One-click OAuth at mcp.notion.com; local server uses a NOTION_TOKEN integration token instead"
  },
  "pricing": "freemium",
  "links": {
    "repo": "https://github.com/makenotion/notion-mcp-server",
    "docs": "https://developers.notion.com/guides/mcp/get-started-with-mcp",
    "site": "https://www.notion.com"
  },
  "added": "2026-06-11",
  "verified": "2026-06-11",
  "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."
}