Skip to main content
Glama
CSOAI-ORG

Slack Enterprise MCP Server

slack-enterprise-mcp MCP server MCP Registry PyPI

slack-enterprise-mcp MCP server

Slack Enterprise MCP

MCP server for slack enterprise mcp operations

PyPI License: MIT MEOK AI Labs

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

Install Server
A
license - permissive license
C
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)

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