Servers
Slack MCP Server with SSE Transport
@dVelopment
Slack MCP Server with SSE transport
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"slack-mcp-server-sse": {
"command": "docker",
"args": [
"compose",
"up",
"--build"
]
}
}
}