> 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 작업 공간 계정
* Panther AI가 상호작용하길 원하는 페이지와 데이터베이스에 귀하의 Notion 사용자가 접근할 수 있어야 합니다

## 설정

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

1. Panther Console의 왼쪽 탐색 모음 하단에서 **설정**를 클릭한 다음 **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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
