KimpalbokTV Slack
About
A Slack server for managing workspace channels, messages, and users, created by KimpalbokTV.
Details
- Author
- dev-palboksoft
- Categories
- Communication, Other, Productivity
Jump to
Setup
Install KimpalbokTV Slack in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/dev-palboksoft/kimpalbok-slack-mcp-server
Follow the installation instructions in the repository README, then restart your MCP client.
A Slack server for managing workspace channels, messages, and users, created by KimpalbokTV.
이 저장소는 김팔복TV에서 사용하는 Slack MCP(Model Context Protocol) Server의 예제 코드입니다. Slack 워크스페이스와 연동하여 다양한 채널/메시지/사용자 관련 기능을 제공합니다.
- 워크스페이스의 공개 또는 사전 정의된 채널 목록 조회
- 채널에 메시지 게시 및 스레드 답장
- 메시지에 이모지 반응 추가
- 채널 메시지 히스토리 및 스레드 답글 조회
- 워크스페이스 사용자 및 프로필 정보 조회
{ "mcpServers": { "kimpalbok-slack-mcp-server": { "command": "npx", "args": [ "-y", "kimpalbok-slack-mcp-server" ] }, "env": { "SLACK_BOT_TOKEN": "xoxb-...", "SLACK_TEAM_ID": "T12345678" } } }
- SLACK_BOT_TOKEN: Slack 봇 토큰 (예:xoxb-...)
- SLACK_TEAM_ID: Slack 워크스페이스 팀 ID (예:T12345678)
- (선택)SLACK_CHANNEL_IDS: 사전 정의된 채널 ID 목록 (쉼표로 구분)
export SLACK_BOT_TOKEN=xoxb-... export SLACK_TEAM_ID=T12345678 export SLACK_CHANNEL_IDS=C12345678,C23456789
-
"OAuth & Permissions" 메뉴에서 "Bot User OAuth Token"을 참고하세요.
"OAuth & Permissions" 메뉴에서 "Scopes"에서 권한을 추가하세요.
SLACK_TEAM_ID 확인 방법
https://apps.slack.com으로 접속 후 브라우저에서 실행해보세요.
URL의 "T..."로 시작하는 문자열이 TEAM_ID입니다.
서버는 MCP 프로토콜을 통해 다양한 도구(tool)를 제공합니다.
아래는 지원하는 주요 도구와 설명입니다.
각 도구의 입력 파라미터와 반환값은 코드의Tool정의 및 TypeScript 타입을 참고하세요.
- 본 서버는 MCP(Model Context Protocol) 기반의 서버로, 표준 입력/출력(stdio) 기반 트랜스포트로 동작합니다.
- 실제 Slack API 연동을 위해서는 올바른 권한의 Slack 봇 토큰이 필요합니다.
143 local tools for Claude, Cursor & ChatGPT — Mail, iMessage, Teams, Slack, WhatsApp & files. 100% local, no API keys.
A Slack integration server that allows natural language interaction with the Slack API within the Cursor IDE.
Access Slack DMs, channels, and messages from Claude. Browser token auth - no OAuth needed.
An MCP server that integrates Geekbot data and tools with AI models.
Search for messages and files within a Slack workspace using the Slack API.
Manage your WhatsApp, SMS and Phone Calls using a single MCP connector
Connect to any function, any language, across network boundaries using AgentRPC.
Access your meeting transcripts, summaries, and action items from any AI assistant.
Connect Claude, ChatGPT, and other AI tools to your Granola meeting notes via MCP. Query your notes, search transcripts, and get meeting insights in your favorite AI assistants.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





