Slack
Freeby MCP Community
MCP server for interacting with Slack
v0.1.0Added Apr 12, 2026
Slack MCP Server
MCP server for interacting with Slack
Installation
Reviews
Installation
Quick install
npx -y @tokamohsen/mcp-slack
Add to claude_desktop_config.json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@tokamohsen/mcp-slack"]
}
}
}