ubie-oss_slack-mcp-server

ubie-oss_slack-mcp-server

3.3

If you are the rightful owner of ubie-oss_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.

A Model Context Protocol (MCP) server for accessing Slack API, enabling AI assistants to interact with Slack through a standardized interface.

The Slack MCP Server is a specialized server designed to facilitate seamless interaction between AI assistants and the Slack API. By leveraging the Model Context Protocol, this server provides a standardized interface that simplifies the process of accessing various Slack functionalities. It supports a range of operations such as listing channels, posting messages, replying to threads, and more. The server is built with a focus on ease of use and integration, making it an ideal choice for developers looking to incorporate Slack interactions into their AI applications. With its robust implementation pattern, the server ensures that requests and responses are handled efficiently and securely, using Zod schemas for validation and parsing. This approach not only enhances the reliability of the server but also ensures that only necessary data is processed, thereby optimizing performance.

Features

  • Standardized interface for Slack API access
  • Supports a wide range of Slack operations
  • Built with Zod schemas for request/response validation
  • Optimized for performance and security
  • Easy integration with AI applications

Tools

  1. slack_list_channels

    List public channels in the workspace with pagination

  2. slack_post_message

    Post a new message to a Slack channel

  3. slack_reply_to_thread

    Reply to a specific message thread in Slack

  4. slack_add_reaction

    Add a reaction emoji to a message

  5. slack_get_channel_history

    Get recent messages from a channel

  6. slack_get_thread_replies

    Get all replies in a message thread

  7. slack_get_users

    Retrieve basic profile information of all users in the workspace

  8. slack_get_user_profile

    Get a user's profile information

  9. slack_search_messages

    Search for messages in the workspace