Prerequisites
Before you begin, create an account and get your API Key.
Getting started
Connect to Slack to manage team communication, automate workflows, and collaborate through AI agents.- API
- UI
- Open Source
1
Install the SDKs (optional)
2
Create a Strata MCP Server with Slack
3
Authenticate
🎉 Your Slack MCP Server is ready! Once authentication is complete, you can use your MCP server URL with any MCP-compatible client.
Available Tools
Tools Information
Tools Information
Tool Name | Description |
---|---|
slack_send_message | Send a message to a Slack channel |
slack_list_channels | List all channels in the workspace |
slack_get_channel_info | Get information about a specific channel |
slack_list_messages | List messages from a channel |
slack_get_message | Get a specific message by timestamp |
slack_update_message | Update an existing message |
slack_delete_message | Delete a message |
slack_add_reaction | Add an emoji reaction to a message |
slack_remove_reaction | Remove an emoji reaction from a message |
slack_list_users | List all users in the workspace |
slack_get_user_info | Get information about a specific user |
slack_set_channel_topic | Set the topic for a channel |
slack_invite_user_to_channel | Invite a user to a channel |
slack_kick_user_from_channel | Remove a user from a channel |
slack_create_channel | Create a new channel |
slack_archive_channel | Archive a channel |
slack_upload_file | Upload a file to Slack |
For more details about tool input schema, use the get_tools API.