xiujiang1987/slack-admin-mcp
If you are the rightful owner of slack-admin-mcp 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 is a custom Model Context Protocol (MCP) server designed for managing Slack channels.
The Slack Admin MCP Server is a specialized server that facilitates the management of Slack channels through the Model Context Protocol (MCP). It allows users to perform administrative tasks such as creating, renaming, and archiving Slack channels. This server is particularly useful for organizations that need to automate or streamline their Slack channel management processes. By integrating with Slack's API, the server provides a seamless way to handle channel operations programmatically. Users must configure the server with the appropriate Slack Bot Token and ensure the necessary permissions are granted to the Slack App. The server is designed to work with MCP-compatible clients, enabling easy invocation of its tools.
Features
- Create new Slack channels, both public and private.
- Rename existing Slack channels.
- Archive existing Slack channels.
Tools
slack_create_channel
Creates a new Slack channel, either public or private.
slack_rename_channel
Renames an existing Slack channel.
slack_archive_channel
Archives an existing Slack channel.