Back to Home
TokaMohsen icon

mcp-slack

Verified Safe

by TokaMohsen

Overview

Enables AI assistants to interact with a Slack workspace by exposing Slack Web API functionalities as tools.

Installation

Run Command
npx -y @tokamohsen/mcp-slack

Environment Variables

  • SLACK_BOT_TOKEN
  • SLACK_TEAM_ID
  • SLACK_CHANNEL_IDS

Security Notes

The server correctly reads sensitive information (Slack Bot Token, Team ID) from environment variables. There is no usage of 'eval' or other patterns that suggest arbitrary code execution. All network requests are made to the legitimate Slack API. The use of SLACK_CHANNEL_IDS for limiting access is a positive security feature. The primary security considerations involve properly configuring the Slack App's permissions, which is external to the server's code but well-documented.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-19

Tags

SlackCommunicationMCPAI AssistantAPI Integration