MCP Server Community
Slack MCP Server
Allows Claude Desktop or any MCP client to read and write to Slack channels, send notifications, and search history.
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
Allows Claude Desktop or any MCP client to read and write to Slack channels, send notifications, and search history.
Configuration
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
]
}
}
}