An MCP configuration template enabling an LLM to read channels and post messages via the Slack API.
427 characters
Enable your LLM to communicate through Slack. Using this configuration, the model can read channel history and post messages, making it an effective collaborator within your workspace.
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "xoxb-",
"SLACK_TEAM_ID": ""
}
}
}
}