Slack workspace integration for reading channels, posting messages, managing threads, and searching conversations.
npx -y @modelcontextprotocol/server-slack
Create a Slack app with appropriate scopes, then:
```json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": { "SLACK_BOT_TOKEN": "xoxb-your-token" }
}
}
}
```
list_channelspost_messagereply_to_threadsearch_messagesSlack workspace integration for reading channels, posting messages, managing threads, and searching conversations.
Language: TypeScript
Category: Communication