
SlackFeatured
@modelcontextprotocol
About Slack
Model Context Protocol Servers
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-bot-token",
"SLACK_TEAM_ID": "T01234567",
"SLACK_CHANNEL_IDS": "C01234567, C76543210"
}
}
}
}Tools
8List public channels in the workspace with pagination
Post a new message to a Slack channel
Reply to a specific message thread in Slack
Add a reaction emoji to a message
Get recent messages from a channel
Get all replies in a message thread
Get a list of all users in the workspace with their basic profile information
Get detailed profile information for a specific user
Overview
What is Slack?
—
How to use Slack?
—
Key features of Slack
—
Use cases of Slack
—
FAQ from Slack
What does Slack integrate with?
—
What are the runtime requirements?
—
Where is data stored?
—
What transport or authentication is used?
—
Are there any known limits?
—
Basic information
Category
Communication
License
NOASSERTION
Transports
stdio
Author
modelcontextprotocol
Submitted by
Danger Zone
More Communication MCP servers
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
mcp-email-server
ai-zerolabIMAP and SMTP via MCP Server
MCP Teams Server
InditexTechAn MCP (Model Context Protocol) server implementation for Microsoft Teams integration, providing capabilities to read messages, create messages, reply to messages, mention members.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
Comments