Productivityβ
10.1k
Slack / Discord Corporate Comms Proxy
Read thousands of unread Slack messages in seconds. Let Claude digest long company threads, summarize decisions, or draft completely professional updates on your behalf directly into a channel.
Core Value
Enterprise communication is noisy. Information is scattered across #general, #engineering, and direct messages. The Slack Sentinel MCP allows your AI to query chat history to find out "What did we decide regarding API limits yesterday?" without you scrolling endlessly. It can also securely message your teammates out.
Top Magic Prompts to Try
- "Read the #frontend-team channel for the last 48 hours and summarize only the engineering technical debt blocking our launch."
- "Draft a polished 'Weekly Review' message summarizing all my closed linear tickets and post it to the #project-status channel."
Server Configuration Example
"mcpServers": {
"slack": {
"command": "python3",
"args": ["-m", "slack_mcp_bridge"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-XXXXXX-XXXXXX"
}
}
}