Description

A Slack bot and MCP client acts as a bridge between Slack and Model Context Protocol servers.

Installation

npx -y slack-mcp-client
npm install slack-mcp-client
git clone https://github.com/tuannvm/slack-mcp-client

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "slack-mcp-client": {
      "command": "npx",
      "args": [
        "-y",
        "slack-mcp-client"
      ]
    }
  }
}