Skip to content
VS Code

Slack Explorer MCP for VS Code

io.github.shibayu36/slack-explorer-mcp

MCP server specialized in retrieving information from Slack messages and threads

client:VS Code transport:stdio runtime:oci

Install Slack Explorer MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "slack-explorer-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/shibayu36/slack-explorer-mcp:0.12.0"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Slack Explorer MCP in other clients