Slack
Channel management and messaging capabilities. Now maintained by [Zencoder](https://github.com/zencoderai/slack-mcp-server)
New to MCP? Copy the config below, then follow the Claude Desktop / Cursor steps.
Install guide → Connected Apps: Slack Claude Desktop
Installation Guide
Run command: npx -y @modelcontextprotocol/server-slack
Detailed Documentation
Channel management and messaging capabilities. Now maintained by Zencoder
Configuration
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {}
}
}
}