SZ84.NET
Back to List
SlackCommunicationTeamOfficial

Slack MCP

The Slack MCP server connects your AI assistant to your team's communication hub. It allows AI models to read channel messages, post updates, search through conversation history, and manage users. This integration is perfect for building AI-powered Slack bots that can summarize discussions, answer team questions, or automate routine communication tasks.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-slack"
      ],
      "env": {
        "SLACK_BOT_TOKEN": "xoxb-your-bot-token"
      }
    }
  }
}

Key Features

Read and write messages in public and private channels

Search through workspace message history

List channels and users in the workspace

Support for interactive Slack app interactions

Server Details

The Slack MCP server connects your AI assistant to your team's communication hub. It allows AI models to read channel messages, post updates, search through conversation history, and manage users. This integration is perfect for building AI-powered Slack bots that can summarize discussions, answer team questions, or automate routine communication tasks.

Pricing

free

Tags

SlackCommunicationTeamOfficial

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository