MCP server for Slack channel administration (create, rename, archive)
Overview
What is Slack Admin MCP Server?
Slack Admin MCP Server is a custom Model Context Protocol (MCP) server designed for managing Slack channels, allowing users to create, rename, and archive channels efficiently.
How to use Slack Admin MCP Server?
To use the Slack Admin MCP Server, you need to set up a Slack Bot Token and configure the MCP settings in your client. You can then call the available tools using the use_mcp_tool command in a compatible client.
Key features of Slack Admin MCP Server?
- Create new Slack channels (public or private) using
slack_create_channel. - Rename existing Slack channels with
slack_rename_channel. - Archive existing Slack channels using
slack_archive_channel.
Use cases of Slack Admin MCP Server?
- Automating the creation of new Slack channels for projects.
- Renaming channels to reflect changes in project names or teams.
- Archiving channels that are no longer in use to keep the workspace organized.
FAQ from Slack Admin MCP Server?
- How do I obtain a Slack Bot Token?
You can create or select a Slack App at https://api.slack.com/apps and ensure you have the necessary permissions.
- Is there a limit to the number of channels I can create?
Slack has its own limitations on the number of channels, but the MCP server can manage them as long as you stay within those limits.
- Can I use this server for private channels?
Yes, the server supports both public and private channels.