TC
ToolCompared
MCP Server

Slack MCP MCP Server

by Slack

Read channels and send messages with Slack permissions.

OfficialTypeScriptCommunication

About Slack MCP

Slack MCP server for reading channel history, sending DMs, and posting to channels. Useful for incident response, status updates, and team notifications.

Tags

chatmessagesteam

How to install Slack MCP

Add the following entry to your MCP client config (e.g. claude_desktop_config.json or .mcp.json). Refer to the official repository for the exact command, package name, and required environment variables.

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-slack"]
    }
  }
}

Example shape only — see the docs for the canonical install command.

Related MCP servers in Communication