Skip to main content
CommunicationTypeScript

korotovsky/slack-mcp-server

The most powerful MCP server for Slack Workspaces.

communicationcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/korotovsky/slack-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "korotovsky-slack-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "korotovsky/slack-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Communication
Language
TypeScript
Author
korotovsky