Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"slack-enterprise-mcp": {
"args": [
"-m",
"meok_slack_enterprise_mcp.server"
],
"command": "python"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
slack-enterprise-mcp MCP server by MEOK AI Labs
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'meok-slack-enterprise-mcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked meok-slack-enterprise-mcp against OSV.dev.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
AI agent control of 3D printers — 432 tools for OctoPrint, Moonraker, Bambu, Prusa, Elegoo
MCP server for Datto BCDR — appliances, agents, recovery points, screenshots, alerts.
csrd-compliance-mcp MCP server by MEOK AI Labs
devops-ai-mcp MCP server by MEOK AI Labs
MCP Security Weekly
Get CVE alerts and security updates for io.github.CSOAI-ORG/slack-enterprise-mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Slack Enterprise MCP provides AI-powered tools via the Model Context Protocol (MCP).
| 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. |
pip install meok-slack-enterprise-mcp
Add to your Claude Desktop MCP config:
{
"mcpServers": {
"slack-enterprise-mcp": {
"command": "python",
"args": ["-m", "meok_slack_enterprise_mcp.server"]
}
}
}
MIT © MEOK AI Labs