# Notion MCP Server

## Overview

The Notion MCP server connects Panther AI to your Notion workspace, providing tools to search, create, and update pages, databases, and comments.

**MCP server URL:** `https://mcp.notion.com/mcp`

## Prerequisites

* A Notion workspace account
* Your Notion user must have access to the pages and databases you want Panther AI to interact with

## Setup

The Notion MCP server supports **automatic OAuth registration** (Dynamic Client Registration), so no manual OAuth application setup is required.

1. In the upper-right corner of your Panther Console, click the gear icon (**Settings**) > **Panther AI**.
2. Navigate to the **MCP Servers** tab.
3. Click **Add MCP Server**.
4. Select **Notion** from the catalog.
5. Enter a **Name** for the server (e.g., "Notion").
6. Optionally enter a **Description**.
7. Click **Next**. Panther will automatically discover the server's OAuth metadata and register a client.
8. Click **Create**.

### Connecting your account

After an admin adds the Notion server:

1. On the MCP Servers page, find **Notion** in the available servers list.
2. Click **Connect**.
3. You will be redirected to Notion's OAuth consent page. Sign in with your Notion account and grant the requested permissions.
4. Select which pages and databases you want to share with the integration.
5. After authorization, you will be redirected back to Panther to configure your tool permissions.

{% hint style="info" %}
The Notion MCP server uses user-based OAuth. Access is scoped to the pages and databases the authenticated user has permission to access and chose to share during the OAuth consent flow.
{% endhint %}

## Limitations

* Image and file uploads are not currently supported through the Notion MCP server.

## Learn more

* [Notion MCP documentation](https://developers.notion.com/docs/mcp)
* [Notion MCP supported tools](https://developers.notion.com/docs/mcp-supported-tools)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.panther.com/ai/mcp-integrations/notion-mcp-server.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
