Enables AI assistants to interact with Slack workspaces through secure OAuth 2.0 authentication. Supports posting messages, reading channel history, and listing channels across multiple workspaces with production-ready security features.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.AFFINITYBOTS_MCP_API_KEY— Secret key to protect your MCP endpointALLOWED_ORIGINS— Origin header: Must match if configuredHOST— No 0.0.0.0 Server hostLOG_LEVEL— No info Log level: trace, debug, info, warn, error, fatalPORT— No 8080 Server portPUBLIC_BASE_URL— No http://localhost:8080 Public URL for OAuth redirectsSESSION_TTL_MS— No 900000 MCP session timeout (15 min)SLACK_CLIENT_ID— From your Slack app's OAuth settingsSLACK_CLIENT_SECRET— From your Slack app's OAuth settingsSLACK_REDIRECT_URI— Your callback URL (e.g., https://yourdomain.com/slack/oauth/callback)SLACK_SCOPES— Comma-separated bot scopes (e.g., chat:write,channels:history,channels:read)[](https://m8ven.ai/mcp/cnye36-slack-mcp-server-ziyzyi)