Slack MCP
Install
npx @slack/mcp-server
About
Send messages, manage channels, search conversations, and automate workflows in Slack through MCP. Perfect for building AI assistants that communicate with your team.
MCP Config
Add this to your MCP configuration file:
{
"mcpServers": {
"slack-mcp": {
"command": "npx @slack/mcp-server"
}
}
}