Skip to main content
Glama

Slack MCP Server

by Hais

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SLACK_BOT_TOKENYesYour Slack Bot User OAuth Token (starts with xoxb-)

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_channels

List channels in the Slack workspace

get_channel_info

Get detailed information about a specific channel

create_channel

Create a new channel

archive_channel

Archive a channel

list_users

List users in the Slack workspace

get_user_info

Get detailed information about a specific user

invite_to_channel

Invite users to a channel

send_message

Send a message to a channel

update_message

Update an existing message

delete_message

Delete a message

get_channel_history

Get message history from a channel

search_messages

Search for messages across the workspace

send_formatted_message

Send a message with Block Kit formatting

upload_file

Upload a file to Slack

add_reaction

Add an emoji reaction to a message

remove_reaction

Remove an emoji reaction from a message

get_team_info

Get information about the Slack workspace

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Hais/slack-bot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server