> 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/slack-mcp-server.md).

# Slack MCP 서버

## 개요

Slack MCP 서버는 Panther AI를 Slack 워크스페이스에 연결하여 메시지와 파일 검색, 메시지 전송, 캔버스 관리, 사용자 프로필 조회 도구를 제공합니다.

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

## 사전 요구 사항

* Slack 워크스페이스
* Slack 앱이 게시된 [Slack Marketplace](https://slack.com/marketplace) 또는 워크스페이스용 내부 앱으로 승인된 앱. 비공개 등록 앱은 지원되지 않습니다.
* Slack 워크스페이스에 앱을 설치할 권한

## 설정

Slack MCP 서버에는 **수동 OAuth 자격 증명**. 먼저 Panther에 서버를 추가하여 리디렉션 URL을 얻은 다음, Slack에서 OAuth 애플리케이션을 등록해야 합니다.

1. **Panther에 서버를 추가합니다:**
   1. Panther Console의 왼쪽 탐색 모음 하단에서 **설정**를 클릭한 다음 **AI 및 자동화** > **MCP 서버**.
   2. 클릭합니다 **MCP 서버 추가**.
   3. 선택 **Slack** 카탈로그에서.
   4. 다음을 입력하세요 **이름** 서버용(예: "Slack").
   5. 선택적으로 다음을 입력하세요 **설명**.
   6. 클릭합니다 **다음**. Panther는 서버의 OAuth 메타데이터를 검색하여 표시하려고 합니다. **리디렉션 URL**. 이 URL을 복사하세요 — 다음 단계에서 필요합니다.
2. **Slack에서 OAuth 애플리케이션을 등록하세요:**
   1. 다음으로 이동하세요. [Slack 앱 관리 페이지](https://api.slack.com/apps) 을 클릭한 다음 **새 앱 만들기**.
   2. 선택 **처음부터**, 이름(예: "Panther AI MCP")을 입력하고 워크스페이스를 선택합니다.
   3. 왼쪽 사이드바에서 다음으로 이동합니다: **OAuth 및 권한**.
   4. 아래 **리디렉션 URL**, 다음을 클릭하세요. **새 리디렉션 URL 추가** 를 클릭하고 1단계에서 복사한 리디렉션 URL을 붙여넣습니다. 다음을 클릭하세요: **URL 저장**.
   5. 아래 **사용자 토큰 범위**, 허용하려는 도구에 해당하는 범위를 추가하세요:
      * **검색 도구**: `search:read.public`, `search:read.private`, `search:read.mpim`, `search:read.im`, `search:read.files`, `search:read.users`
      * **메시징 도구**: `chat:write`, `channels:history`, `groups:history`, `mpim:history`, `im:history`
      * **캔버스 도구**: `canvases:read`, `canvases:write`
      * **사용자 도구**: `users:read`, `users:read.email`
   6. 아래 **봇 토큰 범위**, 추가합니다 `assistant:write`.
   7. 왼쪽 사이드바에서 다음으로 이동합니다: **앱 홈**. 다음 아래에서 **앱 표시 이름**, 다음을 클릭하세요. **편집** 를 설정합니다:
      * **표시 이름(봇 이름)**
      * **기본 이름**
   8. 왼쪽 사이드바에서 다음으로 이동합니다: **앱 설치** 을 클릭한 다음 **테스트하려면 다시 설치** 새 설정을 적용하려면.
   9. 왼쪽 사이드바에서 다음으로 이동합니다: **에이전트 및 AI 앱** 를 전환합니다 **모델 컨텍스트 프로토콜** 에서 **켬**.
   10. 왼쪽 사이드바에서 다음으로 이동합니다: **기본 정보**.
   11. 아래 **앱 자격 증명**, 다음을 기록합니다 **Client ID** 및 **Client Secret**.
3. **Panther에서 설정을 완료합니다:**
   1. Panther MCP 서버 설정 마법사로 돌아가세요.
   2. 다음을 입력합니다 **OAuth 클라이언트 ID** 및 **Client Secret** 2단계에서.
   3. 클릭합니다 **생성**.

### 계정 연결

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

1. MCP 서버 페이지에서 다음을 찾으세요 **Slack** 사용 가능한 서버 목록에서.
2. 클릭합니다 **연결**.
3. Slack의 OAuth 승인 페이지로 리디렉션됩니다. 로그인하고 요청된 권한을 부여하세요.
4. 인증 후 도구 권한을 구성하기 위해 Panther로 다시 리디렉션됩니다.

## 자세히 알아보기

* [Slack MCP 서버 문서](https://docs.slack.dev/ai/slack-mcp-server/)


---

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