> For the complete documentation index, see [llms.txt](https://docs.panther.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.panther.com/ko/ai/mcp/mcp-integrations/notion-mcp-server.md).

# Notion MCP 서버

## 개요

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

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

## 사전 요구 사항

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

## 설정

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

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

### 계정 연결

관리자가 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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/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.
