MCP Hub
Back to servers

Slack_connect

Slack MCP Pack

Registry
Updated
Apr 15, 2026

mcp-slack_connect

Slack MCP Pack

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
slack_list_channelsList channels in the Slack workspace. Returns channel names, IDs, and metadata.
slack_channel_historyGet message history from a Slack channel. Bot auto-joins the channel if needed.
slack_send_messageSend a message to a Slack channel. Bot auto-joins the channel if needed.
slack_list_usersList users in the Slack workspace. Returns user profiles, IDs, and status.
slack_join_channelJoin a public Slack channel so the bot can read history and post messages.

Quick Start

Add to your MCP client config:

{
  "mcpServers": {
    "slack_connect": {
      "url": "https://gateway.pipeworx.io/slack_connect/mcp"
    }
  }
}

Or use the CLI:

npx pipeworx use slack_connect

License

MIT

Reviews

No reviews yet

Sign in to write a review