kimpalbok-slack-mcp-server

kimpalbok-slack-mcp-server

3.2

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.

The 김팔복TV Slack MCP Server is designed to integrate with Slack workspaces, providing a range of functionalities related to channels, messages, and users. It allows users to interact with Slack channels by posting messages, replying to threads, adding emoji reactions, and retrieving message histories. Additionally, it offers capabilities to fetch user and profile information within the workspace. The server operates based on the Model Context Protocol, utilizing standard input/output for transport, and requires a valid Slack bot token with appropriate permissions for API interactions.

Features

  • Retrieve a list of public or predefined channels in the workspace.
  • Post messages and reply to threads in channels.
  • Add emoji reactions to messages.
  • Fetch message history and thread replies from channels.
  • Retrieve user and profile information from the workspace.

Tools

  1. slack_list_channels

    Retrieve a list of public or predefined channels in the workspace.

  2. slack_post_message

    Post a new message to a channel.

  3. slack_reply_to_thread

    Reply to a specific message thread.

  4. slack_add_reaction

    Add an emoji reaction to a message.

  5. slack_get_channel_history

    Retrieve recent messages from a channel.

  6. slack_get_thread_replies

    Retrieve all replies from a message thread.

  7. slack_get_users

    Retrieve all users and basic profile information from the workspace.

  8. slack_get_user_profile

    Retrieve detailed profile information of a specific user.