{
 "categories": [
  "productivity",
  "notes",
  "wiki",
  "project-management"
 ],
 "deployment": "saas",
 "evidence": [
  {
   "date": "2026-08-15",
   "fact": "modalities.api.coverage",
   "source": "https://developers.notion.com/reference/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.api.auth",
   "source": "https://developers.notion.com/reference/intro",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.mcp.first_party",
   "source": "https://developers.notion.com/guides/mcp/overview",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.mcp.first_party",
   "source": "https://github.com/makenotion/notion-mcp-server",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.mcp.third_party",
   "source": "https://github.com/suekou/mcp-notion-server",
   "tier": "scraped"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.sdk.official",
   "source": "https://github.com/makenotion/notion-sdk-js",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.extensibility.webhooks",
   "source": "https://developers.notion.com/reference/webhooks",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.zapier",
   "source": "https://zapier.com/apps/notion/integrations",
   "tier": "scraped"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.n8n",
   "source": "https://n8n.io/integrations/notion/",
   "tier": "scraped"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.make",
   "source": "https://www.make.com/en/integrations/notion",
   "tier": "scraped"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.integrations.power_automate",
   "source": "https://learn.microsoft.com/en-us/connectors/notionip/",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.data_access.export",
   "source": "https://www.notion.com/help/export-your-content",
   "tier": "declared"
  },
  {
   "date": "2026-08-15",
   "fact": "modalities.agent_docs.llms_txt",
   "source": "https://www.notion.com/llms.txt",
   "tier": "declared"
  }
 ],
 "freshness": {
  "last_verified": "2026-08-15",
  "volatility": "medium",
  "watch": [
   {
    "type": "changelog",
    "url": "https://developers.notion.com/page/changelog"
   },
   {
    "type": "docs",
    "url": "https://developers.notion.com/guides/mcp/overview"
   }
  ]
 },
 "homepage": "https://www.notion.com",
 "id": "notion",
 "license": "freemium",
 "modalities": {
  "agent_docs": {
   "llms_txt": true
  },
  "api": {
   "auth": [
    "oauth2",
    "token"
   ],
   "coverage": "partial",
   "docs": "https://developers.notion.com/reference/intro",
   "exists": true,
   "kinds": [
    "rest"
   ]
  },
  "cli": {
   "exists": "unknown"
  },
  "computer_use": {
   "issues": [],
   "viability": "unknown"
  },
  "data_access": {
   "export": [
    "markdown",
    "csv",
    "html",
    "pdf"
   ],
   "import": []
  },
  "extensibility": {
   "scripting": [],
   "webhooks": true
  },
  "integrations": {
   "make": true,
   "n8n": true,
   "power_automate": "partial",
   "zapier": true
  },
  "mcp": {
   "first_party": true,
   "third_party": [
    {
     "maintained": true,
     "registries": [
      "github",
      "glama"
     ],
     "repo": "https://github.com/suekou/mcp-notion-server"
    }
   ],
   "verdict": "official"
  },
  "rpa": {
   "drivability": "unknown",
   "notes": "Standard web app; editor is a contenteditable block canvas rather than form controls. No RPA-vendor certification researched; API/MCP paths make UI scripting rarely necessary.",
   "ui_stack": [
    "web-dom",
    "electron"
   ],
   "vendor_support": []
  },
  "sdk": {
   "exists": true,
   "languages": [
    "javascript"
   ],
   "official": true
  }
 },
 "name": "Notion",
 "platforms": [
  "web",
  "windows",
  "macos",
  "ios",
  "android"
 ],
 "related": {
  "alternatives": [],
  "our_products": []
 },
 "schema_version": 0,
 "score_version": 0,
 "status": "active",
 "vendor": "Notion Labs",
 "verdict": {
  "best_path": "mcp",
  "scores": {
   "api": 8,
   "computer_use": null,
   "mcp": 9,
   "overall": 9,
   "rpa": 5
  },
  "summary": "Highly automatable today: Notion ships a documented REST API with OAuth2, webhooks, an official JavaScript SDK, and a first-party hosted MCP server (mcp.notion.com) with OAuth that can search, read, create, and update workspace content. Main gap is that the API does not cover every UI capability (some block types and workspace-admin surfaces), so a minority of workflows still require the UI.\n"
 }
}