Connect Your AI Agent with Slack for Slack

Integrate Slack MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Slack
Slack
Slack is the AI-powered platform for work bringing all of your conversations, apps, and customers together in one place. Around the world, Slack is helping businesses of all sizes grow and send productivity through the roof.

Categories

Communication

Available Tools

Tools that your AI agent can use through this MCP server to interact with Slack

Upload File

Upload a file. See the documentation

Update Profile

Update basic profile field such as name or title. See the documentation

Update Message

Update a message. See the documentation

Update Group Members

Update the list of users for a User Group. See the documentation

Set Status

Set the current status for a user. See the documentation

Set Channel Topic

Set the topic on a selected channel. See the documentation

Set Channel Description

Change the description or purpose of a channel. See the documentation

Send Message

Send a message to a user, group, private channel or public channel. See the documentation

Send Message to User or Group

Send a message to a user or group. See the documentation

Send Message to Channel

Send a message to a public or private channel. See the documentation

Send Message (Advanced)

Customize advanced settings and send a message to a channel, group or user. See postMessage or scheduleMessage docs here

Send a Large Message (3000+ characters)

Send a large message (more than 3000 characters) to a channel, group or user. See postMessage or scheduleMessage docs here

Build and Send a Block Kit Message

Configure custom blocks and send to a channel, group, or user. See the documentation.

Reply to a Message Thread

Send a message as a threaded reply. See postMessage or scheduleMessage docs here

List Users

Return a list of all users in a workspace. See the documentation

List Replies

Retrieve a thread of messages posted to a conversation. See the documentation

List Members in Channel

Retrieve members of a channel. See the documentation

List Group Members

List all users in a User Group. See the documentation

List Files

Return a list of files within a team. See the documentation

List Channels

Return a list of all channels in a workspace. See the documentation

Kick User

Remove a user from a conversation. See the documentation

Invite User to Channel

Invite a user to an existing channel. See the documentation

Get File

Return information about a file. See the documentation

Get Current User

Retrieve comprehensive context about the authenticated Slack member, combining auth.test, users.info, users.profile.get, and team.info payloads. Returns the user’s profile (name variants, email, locale, timezone, status, admin flags), raw auth test data, and workspace metadata (domain, enterprise info, icons). Ideal when you need to confirm which user token is active, tailor messages to their locale/timezone, or ground an LLM in the member’s role and workspace before executing other Slack actions. See Slack API docs.

Find User by Email

Find a user by matching against their email. See the documentation

Find Message

Find a Slack message. See the documentation

Delete Message

Delete a message. See the documentation

Delete File

Delete a file. See the documentation

Create Reminder

Create a reminder. See the documentation

Create a Channel

Create a new channel. See the documentation

Archive Channel

Archive a channel. See the documentation

Approve Workflow

Suspend the workflow until approved by a Slack message. See the documentation

Add Emoji Reaction

Add an emoji reaction to a message. See the documentation