Tools
slack_list_channels
slack_post_message
slack_reply_to_thread
slack_add_reaction
slack_get_channel_history
slack_get_thread_replies
slack_get_users
slack_get_user_profile
Server Config
{
"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"
}
}
}
}