Channel management and messaging within Slack workspaces
A Model Context Protocol server that enables interaction with Slack workspaces. Manage channels, send messages, and access workspace data.
{
"mcpServers": {
"slack": {
"env": {
"SLACK_TEAM_ID": "T01234567",
"SLACK_BOT_TOKEN": "xoxb-your-bot-token"
},
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"command": "npx"
}
}
}SLACK_TEAM_IDT01234567SLACK_BOT_TOKENxoxb-your-bot-token