Slack Explorer MCP
Rank #6,294io.github.shibayu36/slack-explorer-mcp
MCP server specialized in retrieving information from Slack messages and threads
Slack Explorer MCP is a Model Context Protocol (MCP) server published by shibayu36. It ranks #6,294 of 115,591 servers tracked on MCP Toplist, and its repository has 50 GitHub stars. Slack Explorer MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Aug 23, 2025 and most recently updated on May 5, 2026.
Ranks ahead of 109,297 of 115,591 servers on MCP Toplist.
Use Slack Explorer MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add slack-explorer-mcp -- docker run -i --rm ghcr.io/shibayu36/slack-explorer-mcp:0.10.0[mcp_servers.slack-explorer-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/shibayu36/slack-explorer-mcp:0.10.0"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"slack-explorer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shibayu36/slack-explorer-mcp:0.10.0"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"slack-explorer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shibayu36/slack-explorer-mcp:0.10.0"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"slack-explorer-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shibayu36/slack-explorer-mcp:0.10.0"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"slack-explorer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shibayu36/slack-explorer-mcp:0.10.0"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"slack-explorer-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/shibayu36/slack-explorer-mcp:0.10.0"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shibayu36%2Fslack-explorer-mcp)<a href="https://mcptoplist.com/server/io.github.shibayu36%2Fslack-explorer-mcp"><img src="https://mcptoplist.com/badge/io.github.shibayu36%2Fslack-explorer-mcp.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
shibayu36
Other servers by shibayu36
View all shibayu36 servers →Available versions (7)
| Version | Published |
|---|---|
| 0.12.0 | May 5, 2026 |
| 0.11.0 | Mar 18, 2026 |
| 0.10.1 | Feb 13, 2026 |
| 0.10.0 | Jan 24, 2026 |
| 0.9.0 | Jan 22, 2026 |
| 0.8.1 | Dec 30, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Slack Explorer MCP?
- Slack Explorer MCP is maintained by shibayu36, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is Slack Explorer MCP listed on the Official MCP Registry?
- Yes — Slack Explorer MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Slack Explorer MCP have?
- MCP Toplist tracks 7 versions of Slack Explorer MCP, most recently published on May 5, 2026.
- Where can I find the source code for Slack Explorer MCP?
- The source code for Slack Explorer MCP is hosted at github.com/shibayu36/slack-explorer-mcp.