Tool
communication
✓ Verified
Free
Slack MCP
Read and post Slack messages, search channels, and react with emoji from your AI agent.
4.6(124 reviews)
51,400 installs
by Anthropic
About
Lets your AI agent participate in Slack: read recent messages, post to channels, search history, react with emoji, and DM users. Useful for status updates, alerting, and inline support.
Tags
slackchatmessagingmcp
MCP Configuration Example
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-xxx",
"SLACK_TEAM_ID": "T01234"
}
}
}
}Related Tools
Tool⭐
developmentFREE
GitHub MCP Server
Official MCP server for the GitHub API — issues, PRs, releases, files, and search from any AI agent.
githubgitmcp
G
GitHub4.9(426)
185k
★12.4k
Tool⭐
developmentFREE
Filesystem MCP Server
Official MCP server giving safe, sandboxed filesystem access to AI agents with explicit allowed paths.
filesystemfilesmcp
A
Anthropic4.8(384)
156k
★9.8k
Install
# Add to ~/.claude/settings.json:
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-xxx",
"SLACK_TEAM_ID": "T01234"
}
}
}
}A
Anthropic
@modelcontextprotocol