
Slack Enterprise Mcp
Connect your agent to Slack Enterprise-style APIs so you can automate channels, messages, and workspace ops from the IDE.
Overview
slack-enterprise-mcp is an MCP server for the Build phase that connects coding agents to Slack Enterprise workspace operations through stdio tools.
What is this MCP server?
- Enterprise-oriented Slack MCP server from MEOK AI Labs
- PyPI distribution (slack-enterprise-mcp v1.0.4) with stdio transport
- Fits agent-driven send/read and workspace automation during development
- GitHub repository under CSOAI-ORG for manifest and updates
- MCP schema 2025-12-11 compatible server metadata
- Package version 1.0.4 on PyPI identifier slack-enterprise-mcp
- stdio transport type in server schema
- Repository source github.com/CSOAI-ORG/slack-enterprise-mcp
What problem does it solve?
Builders repeatedly leave the IDE to test Slack bots, tune scopes, and debug API calls without a unified MCP surface for enterprise workspaces.
Who is it for?
Solo founders shipping SaaS with Slack notifications, support bridges, or internal ops bots who already use MCP in their dev loop.
Skip if: Teams that only need casual Slack messaging with no programmatic integration, or orgs blocked from third-party Slack apps.
What do I get? / Deliverables
Once configured, your agent can drive Slack Enterprise integrations from the same session where you write the app code and deployment config.
- Live Slack Enterprise MCP tools available to your coding agent
- Faster iteration on message flows and channel automation
- Documented server entry aligned with published MCP manifest
Recommended MCP Servers
Journey fit
Build is the primary journey moment because you install this MCP while wiring product notifications, bots, or internal tooling into Slack. Integrations is the correct shelf for third-party comms APIs exposed as MCP tools rather than UI or infra provisioning.
How it compares
Slack API MCP bridge, not a standalone collaboration skill or marketplace workflow pack.
Common Questions / FAQ
Who is slack-enterprise-mcp for?
It is for developers and indie builders integrating Slack Enterprise features into products or agents via the Model Context Protocol.
When should I use slack-enterprise-mcp?
Use it during Build when you are implementing or debugging Slack-backed notifications, bots, or workspace automation from your AI coding environment.
How do I add slack-enterprise-mcp to my agent?
Install slack-enterprise-mcp from PyPI, add a stdio MCP server entry in your client config, and supply Slack app tokens and scopes your workspace admin allows.