by plugpier · 6.7k installs
Read channels, send messages, manage workspace members, and interact with Slack from any MCP client.
Full Slack workspace integration for reading messages, posting updates, and managing channels from your AI assistant.
A Slack Bot Token with appropriate OAuth scopes (channels:read, chat:write, users:read).
list_channelsList all channels in the workspace with member counts.
read_messagesFetch recent messages from a channel.
send_messagePost a message to a channel or thread.
search_messagesSearch messages across the workspace.
get_user_profileGet a user profile including name, email, and avatar.
No reviews yet.
Be the first to review after installing.
{
"mcpServers": {
"slack-mcp": {
"command": "npx",
"args": [
"-y",
"@plugpier/slack-mcp"
],
"env": {
"PLUGPIER_KEY": "YOUR_API_KEY"
}
}
}
}