Back to Apps

Slack Explorer MCP
by shibayu36
Advanced Slack retrieval server for searching messages, threads, and user profiles via Model Context Protocol.
0 stars
Works in:claude
Exposes:Tools
What it does
Slack Explorer connects an AI agent to a Slack workspace, enabling sophisticated retrieval of conversations, file metadata, and user information. It is designed for users who need to synthesize information across multiple channels or deep-dive into specific message threads using a User Token (xoxp).
Tools
search_messages: Perform advanced searches with filters for channels, users, date ranges, and reactions.get_thread_replies: Retrieve all replies within a specific message thread with pagination support.get_user_profiles: Bulk retrieve profile data (names, emails) for a list of user IDs.search_users_by_name: Find users by display name with exact or partial matching.search_files: Search for canvases, PDFs, and images across the workspace.get_canvas_content: Extract HTML content from Slack canvases.
Installation
{
"mcpServers": {
"slack-explorer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--pull",
"always",
"-e",
"SLACK_USER_TOKEN=xoxp-your-token-here",
"ghcr.io/shibayu36/slack-explorer-mcp:latest"
]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
docker run -i --rm --pull always -e SLACK_USER_TOKEN=xoxp-your-token-here ghcr.io/shibayu36/slack-explorer-mcp:latestInformation
- Pricing
- free
- Published
- 7/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"slack-explorer-mcp": {"command": "docker", "args": ["run", "-i", "--rm", "--pull", "always", "-e", "SLACK_USER_TOKEN=xoxp-your-token-here", "ghcr.io/shibayu36/slack-explorer-mcp:latest"]}}}





