🔍
io.github.CSOAI-ORG/slack-enterprise-mcp
Slack Enterprise MCP server. Tools: send message, search messages, list channels. Built by M...
0 installs
Trust: 37 — Low
Search
Ask AI about io.github.CSOAI-ORG/slack-enterprise-mcp
Powered by Claude · Grounded in docs
I know everything about io.github.CSOAI-ORG/slack-enterprise-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Overview
Slack Enterprise MCP provides AI-powered tools via the Model Context Protocol (MCP).
Tools
| Tool | Description |
|---|---|
send_message | Send a message to a Slack channel or thread. Every message is audit-logged |
search_messages | Search messages across the entire Slack workspace. Supports Slack search |
list_channels | List Slack channels with member counts and topics. Types can be |
get_thread | Get a full thread with all replies. Provide the channel ID and the |
create_channel | Create a new Slack channel. Name must be lowercase, no spaces (use hyphens). |
set_channel_topic | Update the topic of a Slack channel. Provide channel ID or name. |
get_audit_log | Return the audit trail of all MCP actions performed through this server. |
summarize_channel | Get the last N messages from a channel and provide a structured summary. |
Installation
pip install meok-slack-enterprise-mcp
Usage 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
