slack-mcp.md

Slack MCP

from"slack"
1.4k

Slack server with Stdio and SSE transports for messaging

Communication
Slackmessagingchannelsworkspace
install.sh
# Clone the repository
$git clone https://github.com/korotovsky/slack-mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve