slack-sage
Verified Safeby consigcody94
Overview
Facilitate AI-powered Slack communication, including message search, thread reading, message posting, channel history browsing, and reminder creation, directly within an AI client.
Installation
node /absolute/path/to/slack-sage/dist/index.jsEnvironment Variables
- SLACK_BOT_TOKEN
Security Notes
The server uses the official Slack Web API client. It does not hardcode any sensitive credentials. The Slack bot token is explicitly passed as a `token` argument in each tool call, which is expected to be provided by the MCP client (e.g., Claude Desktop) during configuration. This approach centralizes sensitive credential management outside the server's code, relying on the client's secure handling. Necessary Slack scopes must be granted for the bot to function, which is a standard requirement for Slack applications.
Similar Servers
google_workspace_mcp
Provides comprehensive natural language control over Google Workspace services (Gmail, Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Chat, Custom Search) through MCP clients and AI assistants.
slack-mcp-server
Provides a Model Context Protocol (MCP) server for integrating Slack workspace data and communication capabilities with AI models and agents.
better-chatbot
An advanced open-source AI chatbot supporting multiple LLMs, extensive tools (web search, code execution, data visualization, MCP protocol), image generation, and workflow automation for individuals and teams.
slack-mcp-client
This client bridges Slack with AI models and external tools via the Model Context Protocol (MCP), enabling AI to interact with real systems and data through Slack conversations.