Slack
Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages
Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.
{
"mcpServers": {
"mcp-server-slack": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-slack"
],
"env": {
"SLACK_CONFIG_PATH": "<slack_config_path>",
"SLACK_TEAM_ID": "<slack_team_id>",
"SLACK_CLIENT_ID": "<slack_client_id>",
"SLACK_CLIENT_SECRET": "<your-slack_client_secret>",
"SLACK_DISABLE_REFRESH": "<slack_disable_refresh>",
"SLACK_REQUEST_TIMEOUT_MS": "60000",
"SLACK_MAX_RETRIES": "10"
}
}
}
}{
"mcpServers": {
"mcp-server-slack": {
"command": "npx",
"args": [
"-y",
"@mindstone/mcp-server-slack"
],
"env": {
"SLACK_CONFIG_PATH": "<slack_config_path>",
"SLACK_TEAM_ID": "<slack_team_id>",
"SLACK_CLIENT_ID": "<slack_client_id>",
"SLACK_CLIENT_SECRET": "<your-slack_client_secret>",
"SLACK_DISABLE_REFRESH": "<slack_disable_refresh>",
"SLACK_REQUEST_TIMEOUT_MS": "60000",
"SLACK_MAX_RETRIES": "10"
}
}
}
}npx -y @mindstone/mcp-server-slackSLACK_CONFIG_PATHPath to the host-managed Slack config directory
SLACK_TEAM_IDSlack workspace team ID (one process per workspace)
SLACK_CLIENT_IDSlack OAuth Connected App client ID
SLACK_CLIENT_SECRETSlack OAuth Connected App client secret
SLACK_DISABLE_REFRESHSet to 1 to disable token refresh on this surface (cloud surface)
SLACK_REQUEST_TIMEOUT_MSOverride the upstream timeout (max 300000ms = 5 min)
SLACK_MAX_RETRIESWebClient retries on transient failures (0-20). Lower this on cloud to avoid stacking long retry budgets into multi-minute hangs.
An MCP server that integrates with Discord to provide AI-powered features.
Control your Discord community: send/read messages, manage channels and forums, and handle webhook…
Enable interaction with Slack workspaces. Supports subscribing to Slack events through Resources.