Back to directory
korotovsky/slack-mcp-server

korotovsky/slack-mcp-server

@korotovsky

The most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.

slackmcpai-agentworkflowcollaborationchatintegrationautomationcloud

Installation & Configuration

{
  "mcpServers": {
    "slack": {
      "command": "go",
      "args": [
        "run",
        "mcp/mcp-server.go",
        "--transport",
        "stdio"
      ],
      "env": {
        "SLACK_MCP_XOXC_TOKEN": "your-xoxc-token",
        "SLACK_MCP_XOXD_TOKEN": "your-xoxd-token"
      }
    }
  }
}

Information

Transport
stdiossestreamable-http
Language
Go
Created
2026/6/13
Updated
2026/6/13