Slack
Freeby MCP Community
Model Context Protocol (MCP) server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permi
v1.2.3Added Apr 12, 2026
mcpslackslack-apimodel context protocolmodel
Slack MCP Server
Model Context Protocol (MCP) server for Slack Workspaces. This integration supports both Stdio and SSE transports, proxy settings and does not require any permi
Installation
Reviews
Installation
Quick install
npx -y slack-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "slack-mcp-server"]
}
}
}