Slack runs on your own machine — the client starts it, so there is no endpoint to ping. 700 installs a week from npm. Last commit 21 Jul 2026.
MCP server for Slack — read/write messages, manage threads, and react to messages.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add slack -- npx -y slack-workspace-mcp-server
{
"mcpServers": {
"slack": {
"args": [
"-y",
"slack-workspace-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.slack]
command = "npx"
args = ["-y", "slack-workspace-mcp-server"]
{
"mcpServers": {
"slack": {
"args": [
"-y",
"slack-workspace-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"slack": {
"args": [
"-y",
"slack-workspace-mcp-server"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.