Slack Integration MCP Server
apis By Anthropic
Description
Allows agents to list channels, read conversations, read threads, and post messages to Slack workspaces.
Install & Run Command
npx -y @modelcontextprotocol/server-slack
Use this command in your Model Context Protocol client environment (e.g., Claude Desktop config or other orchestration transport setups).
mcp_config.json Snippet
Add this configuration block inside your local client mcpServers section:
"mcpServers":
{
"mcpServers": {
"slack": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-slack"
],
"env": {
"SLACK_BOT_TOKEN": "YOUR_SLACK_BOT_TOKEN"
}
}
}
} Server Details
Stars & Popularity ⭐️ 67
Author Anthropic
Category apis
Status Active / Stable
⚡ Try in Config Builder ← Back to Registry