Skip to content

Slack

Free

by MCP Community

MCP server for interacting with Slack

v0.0.1Added 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 @zencoderai/slack-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "slack": {
      "command": "npx",
      "args": ["-y", "@zencoderai/slack-mcp-server"]
    }
  }
}