Skip to content
Cursor

Slack Explorer MCP for Cursor

io.github.shibayu36/slack-explorer-mcp

MCP server specialized in retrieving information from Slack messages and threads

client:Cursor transport:stdio runtime:oci

Install Slack Explorer MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Slack Explorer MCP in other clients