dev-palboksoft/kimpalbok-slack-mcp-server
If you are the rightful owner of kimpalbok-slack-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This repository provides example code for a Slack MCP (Model Context Protocol) Server used by 김팔복TV, offering various channel, message, and user-related functionalities integrated with a Slack workspace.
Tools
Functions exposed to the LLM to take actions
slack_list_channels
Retrieve a list of public or predefined channels in the workspace.
slack_post_message
Post a new message to a channel.
slack_reply_to_thread
Reply to a specific message thread.
slack_add_reaction
Add an emoji reaction to a message.
slack_get_channel_history
Retrieve recent messages from a channel.
slack_get_thread_replies
Retrieve all replies from a message thread.
slack_get_users
Retrieve all users and basic profile information from the workspace.
slack_get_user_profile
Retrieve detailed profile information of a specific user.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client