Slack Enterprise MCP Server
Provides enterprise-grade Slack integration with compliance audit trails, enabling AI agents to send messages, search across workspaces, manage channels, retrieve threads, and access detailed audit logs of all actions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Slack Enterprise MCP Serversend a message to #engineering that the database migration is complete"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Slack Enterprise MCP
MCP server for slack enterprise mcp operations
Overview
Slack Enterprise MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
Tool | Description |
| Send a message to a Slack channel or thread. Every message is audit-logged |
| Search messages across the entire Slack workspace. Supports Slack search |
| List Slack channels with member counts and topics. Types can be |
| Get a full thread with all replies. Provide the channel ID and the |
| Create a new Slack channel. Name must be lowercase, no spaces (use hyphens). |
| Update the topic of a Slack channel. Provide channel ID or name. |
| Return the audit trail of all MCP actions performed through this server. |
| Get the last N messages from a channel and provide a structured summary. |
Installation
pip install meok-slack-enterprise-mcpUsage with Claude Desktop
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"slack-enterprise-mcp": {
"command": "python",
"args": ["-m", "meok_slack_enterprise_mcp.server"]
}
}
}License
MIT © MEOK AI Labs
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CSOAI-ORG/slack-enterprise-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server