MCP Setup Guide

How to Set Up Notion MCP with ClawdBot

Turn your Notion workspace into ClawdBot's knowledge base—search pages, read databases, and create content via chat.

Overview

The Notion MCP enables:

Prerequisites

Step 1 — Choose Your Config Method

Option A: CLI Server (Recommended)

Uses OAuth for authentication. Browser will open to authorize.

Notion CLI Config json
{
  "Notion": {
    "command": "npx",
    "args": ["-y", "mcp-remote", "https://mcp.notion.com/mcp"]
  }
}

Option B: SSE Server

Direct connection to Notion's hosted MCP endpoint.

Notion SSE Config json
{
  "Notion": {
    "url": "https://mcp.notion.com/sse"
  }
}

Step 2 — Authorize via OAuth

  1. Add the config to ClawdBot and start the MCP
  2. A browser window will open automatically
  3. Log in to Notion if prompted
  4. Select which pages/databases to share with ClawdBot
  5. Click "Allow access"

Tip: Start with a few test pages. You can expand access later.

Step 3 — Verify

  1. Run clawdbot status — Notion MCP should show as "running"
  2. Test: "Search my Notion for meeting notes"
  3. Test: "Read the page titled 'Project Roadmap'"

Common Errors

ErrorCauseFix
OAuth failed Browser blocked or timeout Disable popup blocker, try again
Page not found Page not shared with integration Re-authorize and include the page
Rate limited Too many API requests Wait a few minutes, reduce query frequency
Workspace admin required Enterprise workspace restrictions Contact workspace admin to allow integrations

Enterprise Workspace Notes

Example Prompts

Related MCPs