Slack
Rank #29,075io.github.crunchtools/slack
MCP server providing slack capabilities
Slack is a Model Context Protocol (MCP) server published by crunchtools. It ranks #29,075 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Slack is listed across 2 registries — Official MCP and PulseMCP, with 3 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Mar 25, 2026.
Ranks ahead of 86,385 of 115,460 servers on MCP Toplist.
Use Slack
claude mcp add slack -- uvx mcp-slack-crunchtools[mcp_servers.slack]
command = "uvx"
args = ["mcp-slack-crunchtools"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"slack": {
"command": "uvx",
"args": [
"mcp-slack-crunchtools"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"slack": {
"command": "uvx",
"args": [
"mcp-slack-crunchtools"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"slack": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-slack-crunchtools"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"slack": {
"command": "uvx",
"args": [
"mcp-slack-crunchtools"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"slack": {
"command": "uvx",
"args": [
"mcp-slack-crunchtools"
]
}
}
}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.crunchtools%2Fslack)<a href="https://mcptoplist.com/server/io.github.crunchtools%2Fslack"><img src="https://mcptoplist.com/badge/io.github.crunchtools%2Fslack.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
crunchtools
Other servers by crunchtools
- Trentina#5,392 · 1 ver
- Feed Reader#15,922 · 2 vers
- MCP Podman#17,565 · 1 ver
- mcp-syslog#36,977
- Gemini#38,215 · 3 vers
- mcp-nagios-crunchtools#38,557
- Cloudflare#42,739 · 2 vers
- Gitlab#42,740 · 2 vers
- Request Tracker#42,741 · 2 vers
- Wordpress#42,742 · 2 vers
- Workboard#42,743 · 2 vers
- Mediawiki#43,509 · 2 vers
Available versions (3)
| Version | Published |
|---|---|
| 0.1.2 | Mar 25, 2026 |
| 0.1.1 | Mar 25, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Slack?
- Slack is maintained by crunchtools, which publishes 16 MCP servers (23 total versions) tracked on MCP Toplist.
- Is Slack listed on the Official MCP Registry?
- Yes — Slack is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Slack have?
- MCP Toplist tracks 3 versions of Slack, most recently published on Mar 25, 2026.
- Where can I find the source code for Slack?
- The source code for Slack is hosted at github.com/crunchtools/mcp-slack.