Skip to content

Slack

Free

by MCP Community

MCP server for interacting with Slack

v0.1.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Slack MCP Server

MCP server for interacting with Slack

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y @tokamohsen/mcp-slack
Add to claude_desktop_config.json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@tokamohsen/mcp-slack"]
    }
  }
}