Slack
OfficialFeatured
💬 Communication
Channel management and messaging for Slack workspaces
Tags
Tools (4)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"slack-mcp-server@1.3.0"
],
"env": {
"SLACK_MCP_XOXB_TOKEN": "your-slack-mcp-xoxb-token-here"
}
}
}
}