MCP ExplorerExplorer

Slack Mcp

@redhat-ai-toolson 9 months ago
4 MIT
FreeCommunity
AI Systems
slack-mcp is an MCP server for Slack, runnable via Podman or Docker.

Overview

What is Slack Mcp

slack-mcp is an MCP server designed specifically for integrating with Slack, allowing for enhanced communication and automation within the Slack environment.

Use cases

Use cases for slack-mcp include automating notifications for project updates, integrating third-party services to post messages in Slack, and enhancing team collaboration through automated responses.

How to use

To use slack-mcp, run the server in a container using Podman or Docker. You will need to configure it with your Slack XOXC and XOXD tokens, which can be extracted using browser extensions or Selenium automation.

Key features

Key features of slack-mcp include seamless integration with Slack, support for running in containerized environments (Podman/Docker), and the ability to automate interactions within Slack channels.

Where to use

slack-mcp can be used in various fields where Slack is utilized for team communication, including software development, project management, and customer support.

Content

slack-mcp

MCP server for Slack

Running with Podman or Docker

You can run the slack-mcp server in a container using Podman or Docker:

Example configuration for running with Podman:

Running with non-stdio transport

To run the server with a non-stdio transport (such as SSE), set the MCP_TRANSPORT environment variable to a value other than stdio (e.g., sse).

Example configuration to connect to a non-stdio MCP server:

{
  "mcpServers": {
    "slack": {
      "url": "https://slack-mcp.example.com/sse",
      "headers": {
        "X-Slack-Web-Token": "xoxc-...",
        "X-Slack-Cookie-Token": "xoxd-..."
      }
    }
  }
}

Extract your Slack XOXC and XOXD tokens easily using browser extensions or Selenium automation: https://github.com/maorfr/slack-token-extractor.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers