Slack MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 52 installs a week from pypi. Last commit 17 Jan 2026.
Read Slack conversations, threads, user info, and search messages from your MCP client.
Today is the operative word: we check Slack MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
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-mcp-server -- uvx slack-mcp-server-v2
{
"mcpServers": {
"slack-mcp-server": {
"args": [
"slack-mcp-server-v2"
],
"command": "uvx"
}
}
}
[mcp_servers.slack-mcp-server]
command = "uvx"
args = ["slack-mcp-server-v2"]
{
"mcpServers": {
"slack-mcp-server": {
"args": [
"slack-mcp-server-v2"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"slack-mcp-server": {
"args": [
"slack-mcp-server-v2"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
SLACK_USER_TOKEN (Slack User OAuth Token (starts with xoxp-). Get from https://api.slack.com/apps), SLACK_BOT_TOKEN (Slack Bot User OAuth Token (starts with xoxb-). Alternative to user token.), SLACK_WORKSPACE_URL (Your Slack workspace URL (e.g., https://your-company.slack.com). Required for generating message links.).
The author declared them in the registry entry; get the values from the project itself.
Slack MCP server: channels, messages, threads, reactions, users, files, and scheduled messages
MCP server specialized in retrieving information from Slack messages and threads
MCP server for Slack — read/write messages, manage threads, and react to messages.
Read email/chat conversations, messages, contacts and teams; draft, send and update threads.
Read, search, and send personal WhatsApp messages from any MCP client, behind a send-confirm gate.
Telegram MCP server: read, send, and search messages and manage chats via your account.
Catch conversations going quiet — watch outcomes and search Gmail, Slack, and meetings. One MCP.
Manage Telegram outreach, campaigns, follow-ups, conversations, and pipelines from an MCP client.
Answers built from our own checks of this server.