Slack

MCP server for Slack Web API — send messages, manage channels, search content, and automate your workspace.

Community: Submitted by a user or imported; check the owner before granting accessOnlineAPI key requiredGlobalFreeCan modify data

What it can do

  • Slack Send Message: Send a message to a Slack channel, DM, or thread. Supports Block Kit for rich formatting. Always provide "text" as notification fallback even when using "blocks". Rate limit: 1 mes
  • Slack Update Message: Update an existing message. Bot can only update messages it posted. Provide new text and/or blocks.
  • Slack Delete Message: Delete a message. Bot can only delete messages it posted.

What data it sees

Do you need an account

An API key from the service settings is required

MCP server for Slack Web API — send messages, manage channels, search content, and automate your workspace.

Features

  • Send, update, delete, and schedule messages with Block Kit support
  • Manage channels: create, archive, invite/kick members, set topics
  • Search messages and files with Slack's powerful query syntax
  • Upload and manage files with 2-step upload process
  • React to messages, pin items, and manage bookmarks
  • Browse users, team info, and custom emoji

38 Tools

Messages (7): send, update, delete, schedule, cancel scheduled, list scheduled, get permalink Conversations (12): list channels, info, history, thread replies, members, create, archive, invite, kick, join, set topic, open DM Users (2): list all, get info Reactions (3): add, remove, get reactions Search (2): search messages, search files Files (3): upload, list, delete Pins (3): pin, unpin, list pins Bookmarks (4): add, edit, remove, list Team (1): get workspace info Emoji (1): list custom emoji

Configuration

How to connect

How to connect Slack to Claude

The server address to paste into Claude settings:

https://slack--node2flow.run.tools

  1. Open Claude (claude.ai or the desktop app).
  2. Go to Settings → Connectors.
  3. Click Add custom connector.
  4. Paste the server address copied below into Remote MCP server URL and click Add.
  5. In a chat, click + → Connectors and switch the new connector on.

Custom connectors are available on Free, Pro, Max, Team and Enterprise plans (Free is limited to one). On Team and Enterprise an organization Owner adds the connector first under Organization settings → Connectors.

Authorization

After you click Add, a sign-in window for the service opens. Sign in with your own account and approve access. Claude never sees your password.

How to connect Slack to ChatGPT

The server address to paste into ChatGPT settings:

https://slack--node2flow.run.tools

  1. Open ChatGPT in a browser (chatgpt.com). A Plus, Pro, Business, Enterprise or Edu plan is required.
  2. Turn on developer mode once: Settings → Apps → Advanced settings → Developer mode.
  3. Open Settings → Connectors and click Create.
  4. Fill in the form: Name (anything), Description (one line about what the service does), MCP server URL (copy it below).
  5. Under Authentication choose OAuth if the service requires sign-in, otherwise None. Click Create.
  6. In a new chat open + → Apps/Connectors and enable the connector.

OpenAI has renamed this section before (Connectors → Apps/Plugins). If the label differs, search settings for "developer mode". On Business/Enterprise workspaces an admin must allow custom connectors first.

Authorization

On first use ChatGPT opens the service's sign-in window. Sign in and approve access.

How to connect Slack to Cursor

The server address to paste into Cursor settings:

https://slack--node2flow.run.tools

Fastest: click Open in Cursor below and confirm the prompt.

Manually:

  1. In Cursor open Settings → Cursor Settings → MCP and click Add new global MCP server.
  2. Paste the JSON copied below into ~/.cursor/mcp.json (per project: .cursor/mcp.json in the repo root).
  3. Save the file. The server appears in the MCP list; authorize it there if asked.

Authorization

If the service needs sign-in, an authorize button appears next to the server in the MCP list.

Server tool list (38)

Raw names from tools/list. Only developers need these.

slack_send_messageSend a message to a Slack channel, DM, or thread. Supports Block Kit for rich formatting. Always provide "text" as notification fallback even when using "blocks". Rate limit: 1 message/sec/channel.
slack_update_messageUpdate an existing message. Bot can only update messages it posted. Provide new text and/or blocks.
slack_delete_messageDelete a message. Bot can only delete messages it posted.
slack_schedule_messageSchedule a message for future delivery. Max 120 days in the future. Max 30 scheduled messages per channel per 5 minutes.
slack_delete_scheduled_messageDelete a pending scheduled message before it is sent. Cannot delete messages posting within 60 seconds.
slack_list_scheduled_messagesList pending scheduled messages. Optionally filter by channel or time range.
slack_get_permalinkGet a permanent URL for a specific message.
slack_list_channelsList channels in the workspace. Filter by type: public_channel, private_channel, im, mpim.
slack_get_channel_infoGet detailed information about a channel including topic, purpose, member count.
slack_get_channel_historyGet message history from a channel. Returns messages in reverse chronological order. Free plan: 90-day history limit.
slack_get_thread_repliesGet replies in a message thread. Returns the parent message and all replies.
slack_get_channel_membersList all members of a channel. Returns user IDs with cursor-based pagination.
slack_create_channelCreate a new public or private channel. Name must be lowercase, numbers, hyphens, underscores (max 80 chars).
slack_archive_channelArchive a channel. Archived channels can be unarchived later.
slack_invite_to_channelInvite one or more users to a channel. Supports up to 1000 user IDs.
slack_kick_from_channelRemove a user from a channel.
slack_join_channelJoin a public channel. Bot must have channels:join scope.
slack_set_channel_topicSet or update the topic of a channel.
slack_open_conversationOpen a DM or multi-person DM. Pass 1 user ID for DM, 2-8 for group DM.
slack_list_usersList all users in the workspace including deactivated users. Supports cursor-based pagination.
slack_get_user_infoGet detailed information about a user including profile, status, admin flags.
slack_add_reactionAdd an emoji reaction to a message. Use emoji name without colons (e.g. "thumbsup" not ":thumbsup:").
slack_remove_reactionRemove an emoji reaction from a message.
slack_get_reactionsGet all reactions for a specific message, including emoji names, counts, and user IDs.
slack_search_messagesSearch for messages matching a query. Supports modifiers: in:#channel, from:@user, has:reaction, before:date, after:date. Free plan: 90-day history limit.
slack_search_filesSearch for files matching a query. Supports same modifiers as message search.
slack_upload_fileUpload a text file to Slack. Uses the 2-step upload process (getUploadURLExternal + completeUploadExternal). For text/code content only.
slack_list_filesList files in the workspace. Filter by channel, user, or type. Free plan: files older than 90 days are deleted.
slack_delete_fileDelete a file from the workspace.
slack_pin_messagePin a message to a channel. Cannot pin channel join messages or files.
slack_unpin_messageUnpin a message from a channel.
slack_list_pinsList all pinned items in a channel.
slack_add_bookmarkAdd a bookmark (link) to a channel. Max 100 bookmarks per channel.
slack_edit_bookmarkUpdate an existing bookmark in a channel.
slack_remove_bookmarkRemove a bookmark from a channel.
slack_list_bookmarksList all bookmarks in a channel.
slack_get_team_infoGet information about the workspace/team: name, domain, icon, etc.
slack_list_emojiList all custom emoji in the workspace. Returns emoji name-to-URL mapping. Aliases use "alias:emoji_name" format.
Slack: connect to Claude, ChatGPT, Cursor · Connectors.fun