# Notion MCP Server

## 개요

Notion MCP 서버는 Panther AI를 Notion 작업 공간에 연결하여 페이지, 데이터베이스, 댓글을 검색, 생성, 업데이트할 수 있는 도구를 제공합니다.

**MCP 서버 URL:** `https://mcp.notion.com/mcp`

## 사전 요구 사항

* Notion 작업 공간 계정
* Notion 사용자에게는 Panther AI가 상호작용할 페이지와 데이터베이스에 대한 접근 권한이 있어야 합니다.

## Setup

Notion MCP 서버는 다음을 지원합니다 **자동 OAuth 등록** (동적 클라이언트 등록)이므로 수동 OAuth 애플리케이션 설정이 필요하지 않습니다.

1. Panther Console의 오른쪽 상단에서 톱니바퀴 아이콘(**설정**) > **Panther AI**.
2. 다음으로 이동합니다. **MCP 서버** 탭.
3. 을 클릭합니다 **MCP 서버 추가**.
4. 선택 **Notion** 카탈로그에서 선택합니다.
5. 다음을 입력합니다 **Name** 서버용(예: "Notion").
6. 선택적으로 다음을 입력합니다. **설명**.
7. 을 클릭합니다 **다음**. Panther가 서버의 OAuth 메타데이터를 자동으로 검색하고 클라이언트를 등록합니다.
8. 을 클릭합니다 **Create**.

### 계정 연결

관리자가 Notion 서버를 추가한 후:

1. MCP 서버 페이지에서 다음을 찾습니다. **Notion** 사용 가능한 서버 목록에서.
2. 을 클릭합니다 **연결**.
3. Notion의 OAuth 동의 페이지로 리디렉션됩니다. Notion 계정으로 로그인하고 요청된 권한을 부여하세요.
4. 어떤 페이지와 데이터베이스를 통합과 공유할지 선택하세요.
5. 승인 후, 도구 권한을 구성하기 위해 Panther로 다시 리디렉션됩니다.

{% hint style="info" %}
Notion MCP 서버는 사용자 기반 OAuth를 사용합니다. 접근 범위는 인증된 사용자가 접근 권한을 가지고 있으며 OAuth 동의 흐름 동안 공유하기로 선택한 페이지와 데이터베이스로 제한됩니다.
{% endhint %}

## 제한 사항

* 이미지 및 파일 업로드는 현재 Notion MCP 서버를 통해 지원되지 않습니다.

## 자세히 알아보기

* [Notion MCP 문서](https://developers.notion.com/docs/mcp)
* [Notion MCP 지원 도구](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/ko/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.
