Back to Browse
Slack MCP
Description
Send messages, manage channels, search conversation history, and interact with Slack workspaces programmatically through the MCP protocol.
slackmessagingchatcollaboration
Installation
Add this server to your MCP configuration:
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": ["-y", "https://npmjs.com/package/@modelcontextprotocol/server-slack"]
}
}
}