Connects Claude to your Slack workspace through the Model Context Protocol, giving you programmatic access to messages, threads, and metadata. You can read channel histories with time-based filtering, pull complete conversation threads, search messages, list channels, and fetch user profiles. Works with both user tokens (reads anything you can access) and bot tokens (requires channel invites). Includes seven tools covering everything from read_channel_messages and read_thread_messages to get_user_info and search operations. Useful when you want Claude to analyze team discussions, summarize threads, or pull context from Slack without manual copy-pasting. Available on PyPI as slack-mcp-server-v2 or installable from source.
Public tool metadata for what this MCP can expose to an agent.
SLACK_ACTIVATE_OR_MODIFY_DO_NOT_DISTURB_DURATIONDEPRECATED: Turns on Do Not Disturb mode for the current user, or changes its duration. Use `set_dnd_duration` instead.1 paramsDEPRECATED: Turns on Do Not Disturb mode for the current user, or changes its duration. Use `set_dnd_duration` instead.
num_minutesstringSLACK_ADD_A_CUSTOM_EMOJI_TO_A_SLACK_TEAMDEPRECATED: Adds a custom emoji to a Slack workspace given a unique name and an image URL. Use `add_emoji` instead.3 paramsDEPRECATED: Adds a custom emoji to a Slack workspace given a unique name and an image URL. Use `add_emoji` instead.
urlstringnamestringtokenstringSLACK_ADD_AN_EMOJI_ALIAS_IN_SLACKAdds an alias for an existing custom emoji in a Slack Enterprise Grid organization.3 paramsAdds an alias for an existing custom emoji in a Slack Enterprise Grid organization.
namestringtokenstringalias_forstringSLACK_ADD_A_REMOTE_FILE_FROM_A_SERVICEAdds a reference to an external file (e.g., Google Drive, Dropbox) to Slack for discovery and sharing, requiring a unique `external_id` and an `external_url` accessible by Slack.7 paramsAdds a reference to an external file (e.g., Google Drive, Dropbox) to Slack for discovery and sharing, requiring a unique `external_id` and an `external_url` accessible by Slack.
titlestringtokenstringfiletypestringexternal_idstringexternal_urlstringpreview_imagestringindexable_file_contentsstringSLACK_ADD_A_STAR_TO_AN_ITEMStars a channel, file, file comment, or a specific message in Slack.4 paramsStars a channel, file, file comment, or a specific message in Slack.
filestringchannelstringtimestampstringfile_commentstringSLACK_ADD_CALL_PARTICIPANTSRegisters new participants added to a Slack call.2 paramsRegisters new participants added to a Slack call.
idstringusersstringSLACK_ADD_EMOJIAdds a custom emoji to a Slack workspace given a unique name and an image URL; subject to workspace emoji limits.3 paramsAdds a custom emoji to a Slack workspace given a unique name and an image URL; subject to workspace emoji limits.
urlstringnamestringtokenstringSLACK_ADD_REACTION_TO_AN_ITEMAdds a specified emoji reaction to an existing message in a Slack channel, identified by its timestamp; does not remove or retrieve reactions.3 paramsAdds a specified emoji reaction to an existing message in a Slack channel, identified by its timestamp; does not remove or retrieve reactions.
namestringchannelstringtimestampstringSLACK_ARCHIVE_A_PUBLIC_OR_PRIVATE_CHANNELArchives a Slack public or private channel, making it read-only; the primary 'general' channel cannot be archived.1 paramsArchives a Slack public or private channel, making it read-only; the primary 'general' channel cannot be archived.
channel_idstringSLACK_ARCHIVE_A_SLACK_CONVERSATIONArchives a Slack conversation by its ID, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain DMs) cannot be archived and this may impact connected integrations.1 paramsArchives a Slack conversation by its ID, rendering it read-only and hidden while retaining history, ideal for cleaning up inactive channels; be aware that some channels (like #general or certain DMs) cannot be archived and this may impact connected integrations.
channelstringSLACK_CHAT_POST_MESSAGEDEPRECATED: Posts a message to a Slack channel, direct message, or private channel. Use `send_message` instead.16 paramsDEPRECATED: Posts a message to a Slack channel, direct message, or private channel. Use `send_message` instead.
textstringparsestringblocksstringmrkdwnbooleanas_userbooleanchannelstringicon_urlstringusernamestringthread_tsstringicon_emojistringlink_namesbooleanattachmentsstringunfurl_linksbooleanunfurl_mediabooleanmarkdown_textstringreply_broadcastbooleanSLACK_CLEAR_STATUSClears the Slack status for the authenticated user, removing any custom text and emoji.Clears the Slack status for the authenticated user, removing any custom text and emoji.
No parameter schema in public metadata yet.
SLACK_CLOSE_DM_OR_MULTI_PERSON_DMCloses a Slack direct message (DM) or multi-person direct message (MPDM) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.1 paramsCloses a Slack direct message (DM) or multi-person direct message (MPDM) channel, removing it from the user's sidebar without deleting history; this action affects only the calling user's view.
channelstringSLACK_CREATE_A_REMINDERCreates a Slack reminder with specified text and time; time accepts Unix timestamps, seconds from now, or natural language (e.g., 'in 15 minutes', 'every Thursday at 2pm').3 paramsCreates a Slack reminder with specified text and time; time accepts Unix timestamps, seconds from now, or natural language (e.g., 'in 15 minutes', 'every Thursday at 2pm').
textstringtimestringuserstringSLACK_CREATE_A_SLACK_USER_GROUPCreates a new User Group (often referred to as a subteam) in a Slack workspace.5 paramsCreates a new User Group (often referred to as a subteam) in a Slack workspace.
namestringhandlestringchannelsstringdescriptionstringinclude_countbooleanSLACK_CREATE_CANVASCreates a new Slack Canvas with the specified title and optional content.3 paramsCreates a new Slack Canvas with the specified title and optional content.
titlestringchannel_idstringdocument_contentvalueSLACK_CREATE_CHANNELInitiates a public or private channel-based conversation3 paramsInitiates a public or private channel-based conversation
namestringteam_idstringis_privatebooleanSLACK_CREATE_CHANNEL_BASED_CONVERSATIONCreates a new public or private Slack channel with a unique name; the channel can be org-wide, or team-specific if `team_id` is given (required if `org_wide` is false or not provided).5 paramsCreates a new public or private Slack channel with a unique name; the channel can be org-wide, or team-specific if `team_id` is given (required if `org_wide` is false or not provided).
namestringteam_idstringorg_widebooleanis_privatebooleandescriptionstringSLACK_CUSTOMIZE_URL_UNFURLCustomizes URL previews (unfurling) in a specific Slack message using a URL-encoded JSON in `unfurls` to define custom content or remove existing previews.6 paramsCustomizes URL previews (unfurling) in a specific Slack message using a URL-encoded JSON in `unfurls` to define custom content or remove existing previews.
tsstringchannelstringunfurlsstringuser_auth_urlstringuser_auth_messagestringuser_auth_requiredbooleanSLACK_CUSTOMIZE_URL_UNFURLING_IN_MESSAGESDEPRECATED: Customizes URL previews (unfurling) in a specific Slack message. Use `customize_url_unfurl` instead.6 paramsDEPRECATED: Customizes URL previews (unfurling) in a specific Slack message. Use `customize_url_unfurl` instead.
tsstringchannelstringunfurlsstringuser_auth_urlstringuser_auth_messagestringuser_auth_requiredbooleanSLACK_DELETE_A_COMMENT_ON_A_FILEDeletes a specific comment from a file in Slack; this action is irreversible.2 paramsDeletes a specific comment from a file in Slack; this action is irreversible.
idstringfilestringSLACK_DELETE_A_FILE_BY_IDPermanently deletes an existing file from a Slack workspace using its unique file ID; this action is irreversible and also removes any associated comments or shares.1 paramsPermanently deletes an existing file from a Slack workspace using its unique file ID; this action is irreversible and also removes any associated comments or shares.
filestringSLACK_DELETE_A_PUBLIC_OR_PRIVATE_CHANNELPermanently and irreversibly deletes a specified public or private channel, including all its messages and files, within a Slack Enterprise Grid organization.1 paramsPermanently and irreversibly deletes a specified public or private channel, including all its messages and files, within a Slack Enterprise Grid organization.
channel_idstringSLACK_DELETE_A_SCHEDULED_MESSAGE_IN_A_CHATDeletes a pending, unsent scheduled message from the specified Slack channel, identified by its `scheduled_message_id`.3 paramsDeletes a pending, unsent scheduled message from the specified Slack channel, identified by its `scheduled_message_id`.
as_userbooleanchannelstringscheduled_message_idstringSLACK_DELETE_A_SLACK_REMINDERDeletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.1 paramsDeletes an existing Slack reminder, typically when it is no longer relevant or a task is completed; this operation is irreversible.
reminderstringSLACK_DELETE_CANVASDeletes a Slack Canvas permanently.1 paramsDeletes a Slack Canvas permanently.
canvas_idstringSLACK_DELETES_A_MESSAGE_FROM_A_CHATDeletes a message, identified by its channel ID and timestamp, from a Slack channel, private group, or direct message conversation; the authenticated user or bot must be the original poster.3 paramsDeletes a message, identified by its channel ID and timestamp, from a Slack channel, private group, or direct message conversation; the authenticated user or bot must be the original poster.
tsstringas_userbooleanchannelstringSLACK_DELETE_USER_PROFILE_PHOTODeletes the Slack profile photo for the user identified by the token, reverting them to the default avatar; this action is irreversible and succeeds even if no custom photo was set.1 paramsDeletes the Slack profile photo for the user identified by the token, reverting them to the default avatar; this action is irreversible and succeeds even if no custom photo was set.
tokenstringSLACK_DISABLE_AN_EXISTING_SLACK_USER_GROUPDisables a specified, currently enabled Slack User Group by its unique ID, effectively archiving it by setting its 'date_delete' timestamp; the group is not permanently deleted and can be re-enabled.2 paramsDisables a specified, currently enabled Slack User Group by its unique ID, effectively archiving it by setting its 'date_delete' timestamp; the group is not permanently deleted and can be re-enabled.
usergroupstringinclude_countbooleanSLACK_EDIT_CANVASEdits a Slack Canvas with granular control over content placement. Supports replace, insert (before/after/start/end) operations for flexible content management.4 paramsEdits a Slack Canvas with granular control over content placement. Supports replace, insert (before/after/start/end) operations for flexible content management.
canvas_idstringoperationstringreplace · insert_after · insert_before · insert_at_start · insert_at_end · deletedefault: replacesection_idstringdocument_contentvalueSLACK_ENABLE_A_SPECIFIED_USER_GROUPEnables a disabled User Group in Slack using its ID, reactivating it for mentions and permissions; this action only changes the enabled status and cannot create new groups or modify other properties.2 paramsEnables a disabled User Group in Slack using its ID, reactivating it for mentions and permissions; this action only changes the enabled status and cannot create new groups or modify other properties.
usergroupstringinclude_countbooleanSLACK_ENABLE_PUBLIC_SHARING_OF_A_FILEEnables public sharing for an existing Slack file by generating a publicly accessible URL; this action does not create new files.1 paramsEnables public sharing for an existing Slack file by generating a publicly accessible URL; this action does not create new files.
filestringSLACK_END_A_CALL_WITH_DURATION_AND_IDEnds an ongoing Slack call, identified by its ID (obtained from `calls.add`), optionally specifying the call's duration.2 paramsEnds an ongoing Slack call, identified by its ID (obtained from `calls.add`), optionally specifying the call's duration.
idstringdurationintegerSLACK_END_SNOOZEEnds the current user's snooze mode immediately.Ends the current user's snooze mode immediately.
No parameter schema in public metadata yet.
SLACK_END_USER_DO_NOT_DISTURB_SESSIONEnds the authenticated user's current Do Not Disturb (DND) session in Slack, affecting only DND status and making them available; if DND is not active, Slack acknowledges the request without changing status.Ends the authenticated user's current Do Not Disturb (DND) session in Slack, affecting only DND status and making them available; if DND is not active, Slack acknowledges the request without changing status.
No parameter schema in public metadata yet.
SLACK_END_USER_SNOOZE_MODE_IMMEDIATELYDEPRECATED: Ends the current user's snooze mode immediately. Use `end_snooze` instead.DEPRECATED: Ends the current user's snooze mode immediately. Use `end_snooze` instead.
No parameter schema in public metadata yet.
SLACK_FETCH_BOT_USER_INFORMATIONFetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.1 paramsFetches information for a specified, existing Slack bot user; will not work for regular user accounts or other integration types.
botstringSLACK_FETCH_CONVERSATION_HISTORYFetches a chronological list of messages and events from a specified Slack conversation, accessible by the authenticated user/bot, with options for pagination and time range filtering.6 paramsFetches a chronological list of messages and events from a specified Slack conversation, accessible by the authenticated user/bot, with options for pagination and time range filtering.
limitintegercursorstringlateststringoldeststringchannelstringinclusivebooleanSLACK_FETCH_CURRENT_TEAM_INFO_WITH_OPTIONAL_TEAM_SCOPEDEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.1 paramsDEPRECATED: Fetches comprehensive metadata about the current Slack team. Use `fetch_team_info` instead.
teamstringSLACK_FETCH_DND_STATUS_FOR_MULTIPLE_TEAM_MEMBERSDEPRECATED: Retrieves a user's current Do Not Disturb status. Use `get_team_dnd_status` instead.1 paramsDEPRECATED: Retrieves a user's current Do Not Disturb status. Use `get_team_dnd_status` instead.
usersstringSLACK_FETCH_ITEM_REACTIONSFetches reactions for a Slack message, file, or file comment, requiring one of: channel and timestamp; file ID; or file comment ID.5 paramsFetches reactions for a Slack message, file, or file comment, requiring one of: channel and timestamp; file ID; or file comment ID.
filestringfullbooleanchannelstringtimestampstringfile_commentstringSLACK_FETCH_MESSAGE_THREAD_FROM_A_CONVERSATIONRetrieves replies to a specific parent message in a Slack conversation, using the channel ID and the parent message's timestamp (`ts`).7 paramsRetrieves replies to a specific parent message in a Slack conversation, using the channel ID and the parent message's timestamp (`ts`).
tsstringlimitintegercursorstringlateststringoldeststringchannelstringinclusivebooleanSLACK_FETCH_TEAM_INFOFetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.1 paramsFetches comprehensive metadata about the current Slack team, or a specified team if the provided ID is accessible.
teamstringSLACK_FETCH_WORKSPACE_SETTINGS_INFORMATIONRetrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.1 paramsRetrieves detailed settings for a specific Slack workspace, primarily for administrators in an Enterprise Grid organization to view or audit workspace configurations.
team_idstringSLACK_FIND_CHANNELSFind channels in a Slack workspace by any criteria - name, topic, purpose, or description.6 paramsFind channels in a Slack workspace by any criteria - name, topic, purpose, or description.
limitintegertypesstringexact_matchbooleanmember_onlybooleansearch_querystringexclude_archivedbooleanSLACK_FIND_USER_BY_EMAIL_ADDRESSRetrieves the Slack user object for an active user by their registered email address; fails with 'users_not_found' if the email is unregistered or the user is inactive.1 paramsRetrieves the Slack user object for an active user by their registered email address; fails with 'users_not_found' if the email is unregistered or the user is inactive.
emailstringSLACK_FIND_USERSFind users in a Slack workspace by any criteria - email, name, display name, or other text. Includes optimized email lookup for exact email matches.6 paramsFind users in a Slack workspace by any criteria - email, name, display name, or other text. Includes optimized email lookup for exact email matches.
limitintegerexact_matchbooleaninclude_botsbooleansearch_querystringinclude_deletedbooleaninclude_restrictedbooleanSLACK_GET_CANVASRetrieves a specific Slack Canvas by its ID, including its content and metadata.1 paramsRetrieves a specific Slack Canvas by its ID, including its content and metadata.
canvas_idstringSLACK_GET_CHANNEL_CONVERSATION_PREFERENCESRetrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.1 paramsRetrieves conversation preferences (e.g., who can post, who can thread) for a specified channel, primarily for use within Slack Enterprise Grid environments.
channel_idstringSLACK_GET_REMINDER_INFORMATIONRetrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.1 paramsRetrieves detailed information for an existing Slack reminder specified by its ID; this is a read-only operation.
reminderstringSLACK_GET_REMOTE_FILERetrieve information about a remote file added to Slack.2 paramsRetrieve information about a remote file added to Slack.
filestringexternal_idstringSLACK_GET_TEAM_DND_STATUSRetrieves a user's current Do Not Disturb status.1 paramsRetrieves a user's current Do Not Disturb status.
usersstringSLACK_GET_USER_PRESENCE_INFORetrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.1 paramsRetrieves a Slack user's current real-time presence (e.g., 'active', 'away') to determine their availability, noting this action does not provide historical data or status reasons.
userstringSLACK_INITIATES_CHANNEL_BASED_CONVERSATIONSDEPRECATED: Initiates a public or private channel-based conversation. Use `create_channel` instead.3 paramsDEPRECATED: Initiates a public or private channel-based conversation. Use `create_channel` instead.
namestringteam_idstringis_privatebooleanSLACK_INVITE_USERS_TO_A_SLACK_CHANNELInvites users to an existing Slack channel using their valid Slack User IDs.2 paramsInvites users to an existing Slack channel using their valid Slack User IDs.
usersstringchannelstringSLACK_INVITE_USER_TO_CHANNELInvites users to a specified Slack channel; this action is restricted to Enterprise Grid workspaces and requires the authenticated user to be a member of the target channel.2 paramsInvites users to a specified Slack channel; this action is restricted to Enterprise Grid workspaces and requires the authenticated user to be a member of the target channel.
user_idsstringchannel_idstringSLACK_INVITE_USER_TO_WORKSPACEInvites a user to a Slack workspace and specified channels by email; use `resend=True` to re-process an existing invitation for a user not yet signed up.9 paramsInvites a user to a Slack workspace and specified channels by email; use `resend=True` to re-process an existing invitation for a user not yet signed up.
emailstringresendbooleanteam_idstringreal_namestringchannel_idsstringis_restrictedbooleancustom_messagestringguest_expiration_tsstringis_ultra_restrictedbooleanSLACK_INVITE_USER_TO_WORKSPACE_WITH_OPTIONAL_CHANNEL_INVITESDEPRECATED: Invites a user to a Slack workspace and specified channels by email. Use `invite_user_to_workspace` instead.9 paramsDEPRECATED: Invites a user to a Slack workspace and specified channels by email. Use `invite_user_to_workspace` instead.
emailstringresendbooleanteam_idstringreal_namestringchannel_idsstringis_restrictedbooleancustom_messagestringguest_expiration_tsstringis_ultra_restrictedbooleanSLACK_JOIN_AN_EXISTING_CONVERSATIONJoins an existing Slack conversation (public channel, private channel, or multi-person direct message) by its ID, if the authenticated user has permission.1 paramsJoins an existing Slack conversation (public channel, private channel, or multi-person direct message) by its ID, if the authenticated user has permission.
channelstringSLACK_LEAVE_A_CONVERSATIONLeaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.1 paramsLeaves a Slack conversation given its channel ID; fails if leaving as the last member of a private channel or if used on a Slack Connect channel.
channelstringSLACK_LIST_ACCESSIBLE_CONVERSATIONS_FOR_A_USERDEPRECATED: Retrieves conversations accessible to a specified user. Use `list_conversations` instead.5 paramsDEPRECATED: Retrieves conversations accessible to a specified user. Use `list_conversations` instead.
userstringlimitintegertypesstringcursorstringexclude_archivedbooleanSLACK_LIST_ALL_CHANNELSLists conversations available to the user with various filters and search options.5 paramsLists conversations available to the user with various filters and search options.
limitintegertypesstringcursorstringchannel_namestringexclude_archivedbooleanSLACK_LIST_ALL_SLACK_TEAM_CHANNELS_WITH_VARIOUS_FILTERSDEPRECATED: Lists conversations available to the user with various filters and search options. Use `list_channels` instead.5 paramsDEPRECATED: Lists conversations available to the user with various filters and search options. Use `list_channels` instead.
limitintegertypesstringcursorstringchannel_namestringexclude_archivedbooleanSLACK_LIST_ALL_SLACK_TEAM_USERS_WITH_PAGINATIONDEPRECATED: Retrieves a paginated list of all users in a Slack workspace. Use `list_all_users` instead.3 paramsDEPRECATED: Retrieves a paginated list of all users in a Slack workspace. Use `list_all_users` instead.
limitintegercursorstringinclude_localebooleanSLACK_LIST_ALL_USERSRetrieves a paginated list of all users, including comprehensive details, profile information, status, and team memberships, in a Slack workspace; data may not be real-time.3 paramsRetrieves a paginated list of all users, including comprehensive details, profile information, status, and team memberships, in a Slack workspace; data may not be real-time.
limitintegercursorstringinclude_localebooleanSLACK_LIST_ALL_USERS_IN_A_USER_GROUPRetrieves a list of all user IDs within a specified Slack user group, with an option to include users from disabled groups.2 paramsRetrieves a list of all user IDs within a specified Slack user group, with an option to include users from disabled groups.
usergroupstringinclude_disabledbooleanSLACK_LIST_CANVASESLists Slack Canvases with filtering by channel, user, timestamp, and page-based pagination. Uses Slack's files.list API with types=canvas filter.6 paramsLists Slack Canvases with filtering by channel, user, timestamp, and page-based pagination. Uses Slack's files.list API with types=canvas filter.
pageintegeruserstringcountintegerts_tostringchannelstringts_fromstringSLACK_LIST_CONVERSATIONSList conversations (channels/DMs) accessible to a specified user (or the authenticated user if no user ID is provided), respecting shared membership for non-public channels.5 paramsList conversations (channels/DMs) accessible to a specified user (or the authenticated user if no user ID is provided), respecting shared membership for non-public channels.
userstringlimitintegertypesstringcursorstringexclude_archivedbooleanSLACK_LIST_FILES_WITH_FILTERS_IN_SLACKLists files and their metadata within a Slack workspace, filterable by user, channel, timestamp, or type; this action returns metadata only, not file content.8 paramsLists files and their metadata within a Slack workspace, filterable by user, channel, timestamp, or type; this action returns metadata only, not file content.
pagestringuserstringcountstringts_tointegertypesstringchannelstringts_fromintegershow_files_hidden_by_limitbooleanSLACK_LIST_REMINDERSLists all reminders with their details for the authenticated Slack user; returns an empty list if no reminders exist.Lists all reminders with their details for the authenticated Slack user; returns an empty list if no reminders exist.
No parameter schema in public metadata yet.
SLACK_LIST_REMOTE_FILESRetrieve information about a team's remote files.5 paramsRetrieve information about a team's remote files.
limitintegerts_tonumbercursorstringchannelstringts_fromnumberSLACK_LIST_SCHEDULED_MESSAGESRetrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel, or across all accessible channels if no channel ID is provided, optionally filtered by time and paginated.5 paramsRetrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel, or across all accessible channels if no channel ID is provided, optionally filtered by time and paginated.
limitintegercursorstringlateststringoldeststringchannelstringSLACK_LIST_SCHEDULED_MESSAGES_IN_A_CHANNELDEPRECATED: Retrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel. Use `list_scheduled_messages` instead.5 paramsDEPRECATED: Retrieves a list of pending (not yet delivered) messages scheduled in a specific Slack channel. Use `list_scheduled_messages` instead.
limitintegercursorstringlateststringoldeststringchannelstringSLACK_LIST_SLACK_S_REMOTE_FILES_WITH_FILTERSDEPRECATED: Retrieve information about a team's remote files. Use `list_remote_files` instead.5 paramsDEPRECATED: Retrieve information about a team's remote files. Use `list_remote_files` instead.
limitintegerts_tonumbercursorstringchannelstringts_fromnumberSLACK_LISTS_PINNED_ITEMS_IN_A_CHANNELRetrieves all messages and files pinned to a specified channel; the caller must have access to this channel.1 paramsRetrieves all messages and files pinned to a specified channel; the caller must have access to this channel.
channelstringSLACK_LIST_STARRED_ITEMSLists items starred by a user.4 paramsLists items starred by a user.
pagevaluecountvaluelimitvaluecursorstringSLACK_LISTS_USER_S_STARRED_ITEMS_WITH_PAGINATIONDEPRECATED: Lists items starred by a user. Use `list_starred_items` instead.4 paramsDEPRECATED: Lists items starred by a user. Use `list_starred_items` instead.
pagevaluecountvaluelimitvaluecursorstringSLACK_LIST_TEAM_CUSTOM_EMOJISRetrieves all custom emojis for the Slack workspace (image URLs or aliases), not standard Unicode emojis; does not include usage statistics or creation dates.Retrieves all custom emojis for the Slack workspace (image URLs or aliases), not standard Unicode emojis; does not include usage statistics or creation dates.
No parameter schema in public metadata yet.
SLACK_LIST_USER_GROUPS_FOR_TEAM_WITH_OPTIONSLists user groups in a Slack workspace, including user-created and default groups; results for large workspaces may be paginated.3 paramsLists user groups in a Slack workspace, including user-created and default groups; results for large workspaces may be paginated.
include_countbooleaninclude_usersbooleaninclude_disabledbooleanSLACK_LIST_USER_REACTIONSLists all reactions added by a specific user to messages, files, or file comments in Slack, useful for engagement analysis when the item content itself is not required.6 paramsLists all reactions added by a specific user to messages, files, or file comments in Slack, useful for engagement analysis when the item content itself is not required.
fullbooleanpageintegeruserstringcountintegerlimitintegercursorstringA Model Context Protocol (MCP) server that provides programmatic access to Slack conversations, threads, and workspace information. Designed for AI assistants like Claude to interact with your Slack workspace through a standardized interface.
The Model Context Protocol is an open standard that enables AI assistants to securely access external data sources and tools. This server implements MCP to give Claude direct access to your Slack workspace.
The easiest way to use this MCP server is to install it directly from PyPI:
# Install via pip
pip install slack-mcp-server-v2
# Or install via uvx (recommended for MCP servers)
uvx slack-mcp-server-v2
# Clone the repository
git clone https://github.com/stevenvo/slack-mcp-server.git
cd slack-mcp-server
# Install dependencies
pip install -r requirements.txt
After installation, you'll need to set up authentication (see below).
A User Token uses your personal Slack permissions and can access all channels you're a member of.
channels:history - View messages in public channelschannels:read - View basic channel infogroups:history - View messages in private channelsgroups:read - View basic private channel infoim:history - View messages in direct messagesim:read - View basic DM infompim:history - View messages in group DMsmpim:read - View basic group DM infousers:read - View user informationsearch:read - Search messagesxoxp-)A Bot Token is more limited but easier to set up for team-wide access.
xoxb-)/invite @YourBotNameCreate a .env file:
cp .env.example .env
Edit .env and add your token:
# Use one of these:
SLACK_USER_TOKEN=xoxp-your-user-token-here
# OR
SLACK_BOT_TOKEN=xoxb-your-bot-token-here
Add this server to Claude Code by editing your ~/.claude.json file:
{
"mcpServers": {
"slack": {
"command": "uvx",
"args": ["slack-mcp-server-v2"],
"env": {
"SLACK_USER_TOKEN": "xoxp-your-user-token-here",
"SLACK_WORKSPACE_URL": "https://your-workspace.slack.com"
}
}
}
}
If you installed from source:
{
"mcpServers": {
"slack": {
"command": "python",
"args": ["/path/to/slack-mcp-server/server.py"],
"env": {
"SLACK_USER_TOKEN": "xoxp-your-user-token-here",
"SLACK_WORKSPACE_URL": "https://your-workspace.slack.com"
}
}
}
}
If you prefer to use a bot token instead of a user token:
{
"mcpServers": {
"slack": {
"command": "uvx",
"args": ["slack-mcp-server-v2"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-bot-token-here",
"SLACK_WORKSPACE_URL": "https://your-workspace.slack.com"
}
}
}
}
Note: Remember to invite your bot to channels: /invite @YourBotName
Restart Claude Code and verify the server is running:
claude mcp list
You should see slack in the list of active MCP servers.
This server provides 7 MCP tools for interacting with Slack:
read_channel_messagesRetrieve recent messages from any Slack channel with flexible time filtering.
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
channel_id | string | ✅ | - | Slack channel ID (e.g., C1234567890) |
lookback_hours | number | ❌ | 24 | Hours to look back from now |
limit | number | ❌ | 100 | Max messages to retrieve (max: 1000) |
Natural Language Examples:
Returns: Formatted messages with timestamps, user mentions, thread indicators, reactions, and permalinks.
read_thread_messagesRead all messages in a conversation thread, including the parent message and all replies.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
channel_id | string | ✅ | Channel ID where the thread exists |
thread_ts | string | ✅ | Thread timestamp (the ts field of the parent message) |
Natural Language Examples:
Returns: Complete thread with parent message and all replies, formatted with timestamps and reactions.
get_channel_infoGet detailed metadata about a Slack channel.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
channel_id | string | ✅ | Slack channel ID |
Natural Language Examples:
Returns: Channel name, ID, creation date, member count, privacy status, topic, and purpose.
get_user_infoLook up detailed profile information for any Slack user.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
user_id | string | ✅ | Slack user ID (e.g., U1234567) |
Natural Language Examples:
Returns: User's real name, display name, email, title, status, timezone, and admin/bot flags.
list_my_channelsList all channels you're a member of, with support for different channel types.
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
types | string | ❌ | public_channel,private_channel | Comma-separated channel types |
Supported Types:
public_channel - Public channelsprivate_channel - Private channelsmpim - Group direct messagesim - Direct messagesNatural Language Examples:
Returns: Channel names, IDs, member counts, and privacy indicators.
search_my_conversationsSearch for messages across all conversations where you're mentioned or involved.
Parameters:
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
query | string | ✅ | - | Search terms |
count | number | ❌ | 20 | Number of results (max: 100) |
Natural Language Examples:
Returns: Matching messages with channel names, user info, timestamps, and permalinks.
get_message_permalinkGenerate a permanent, shareable link to a specific Slack message.
Parameters:
| Name | Type | Required | Description |
|---|---|---|---|
channel_id | string | ✅ | Channel ID |
message_ts | string | ✅ | Message timestamp |
Natural Language Examples:
Returns: Permanent URL that works even if the workspace's URL changes.
Once configured in Claude Code, you can interact with your Slack workspace using natural language. Here are some example queries:
👤 "Show me the latest messages from #engineering"
🤖 [Claude fetches and displays recent messages with timestamps, users, and links]
👤 "What were the last 100 messages in the #product-updates channel from the past week?"
🤖 [Claude retrieves messages from the last 168 hours with limit of 100]
👤 "Read the full thread that starts at timestamp 1699564800.123456 in channel C1234567890"
🤖 [Claude displays the entire conversation thread with all replies]
👤 "List all channels I'm a member of"
🤖 [Claude shows all your public and private channels with member counts]
👤 "Search my Slack conversations for 'quarterly review'"
🤖 [Claude searches across all your messages and shows matches with context]
👤 "Find mentions of 'production deployment' in my conversations"
🤖 [Claude uses Slack search to find relevant messages]
👤 "Get info about channel C1234567890"
🤖 [Claude shows channel name, topic, member count, etc.]
👤 "Who is user U1234567?"
🤖 [Claude displays user profile with email, title, timezone]
👤 "Get me a permanent link to message 1699564800.123456 in #general"
🤖 [Claude generates a shareable permalink]
Catch up on a project:
👤 "Show me all messages from #project-alpha in the last 3 days"
Find that important decision:
👤 "Search for messages about 'API migration decision'"
Get onboarding context:
👤 "List all channels I'm in and show me the purpose of each"
When you're in a channel, the URL looks like:
https://your-workspace.slack.com/archives/C1234567890/p1234567890
The part after /archives/ is the channel ID: C1234567890
Ask Claude:
List all my channels
Your Slack app needs the proper OAuth scopes configured.
Solution:
For Bot Tokens:
# Invite the bot to the channel first
/invite @YourBotName
For User Tokens:
Check your configuration:
# Verify token is set correctly (check ~/.claude.json)
cat ~/.claude.json | grep -A 5 "slack"
# Ensure no extra whitespace
echo "$SLACK_USER_TOKEN" | wc -c
Common issues:
Verify server is loaded:
# List all MCP servers
claude mcp list
# Check if slack server is running
claude mcp list | grep slack
Check logs for errors:
# View recent MCP server logs
tail -f ~/.claude/debug/*.log
# Filter for slack-related errors
tail -f ~/.claude/debug/*.log | grep -i slack
Common solutions:
~/.claude.json syntax is valid JSONpython --version (must be 3.10+)python server.py (if installed from source)If you're behind a corporate proxy (like Zscaler):
# Set SSL certificate environment variable
export SSL_CERT_FILE=/path/to/your/ca-bundle.pem
export REQUESTS_CA_BUNDLE=/path/to/your/ca-bundle.pem
# Then reinstall
pip install slack-mcp-server-v2
Slack API has rate limits. If you hit them:
limit parameter in read_channel_messageslookback_hours to fetch fewer messagesRate limit indicators:
Error: ratelimited
Solution: The server will automatically handle rate limits, but you may need to wait.
.env file is gitignored by defaultUser Tokens:
Bot Tokens:
If you're using this in a corporate environment:
Contributions are welcome! Here's how you can help:
Found a bug or have a feature request?
git checkout -b feature/amazing-featuregit commit -m "Add amazing feature"git push origin feature/amazing-feature# Clone your fork
git clone https://github.com/YOUR_USERNAME/slack-mcp-server.git
cd slack-mcp-server
# Install in development mode
pip install -e .
# Make changes and test
python server.py
Potential future enhancements:
Suggestions welcome in GitHub Issues!
MIT License - see LICENSE file for details.
Copyright (c) 2025 Steven Vo
Made with ❤️ for the MCP community
If you find this useful, please ⭐ star the repository on GitHub!
SLACK_USER_TOKENsecretSlack User OAuth Token (starts with xoxp-). Get from https://api.slack.com/apps
SLACK_BOT_TOKENsecretSlack Bot User OAuth Token (starts with xoxb-). Alternative to user token.
SLACK_WORKSPACE_URL*Your Slack workspace URL (e.g., https://your-company.slack.com). Required for generating message links.
io.github.mindstone/mcp-server-microsoft-teams
com.mintmcp/outlook-email
helbertparanhos/resend-email-mcp
marlinjai/email-mcp
io.github.mindstone/mcp-server-email-imap
io.github.osamahassouna/email-playbook-mcp