Simple Slack
Freeby MCP Community
A simplified MCP server for Slack messaging and channel operations with stdio transport
v0.1.0Added Apr 12, 2026
mcpslackmodel-context-protocolaichatbot
Simple Slack MCP Server
A simplified MCP server for Slack messaging and channel operations with stdio transport
Installation
Reviews
Installation
Quick install
npx -y simple-slack-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"simple-slack": {
"command": "npx",
"args": ["-y", "simple-slack-mcp-server"]
}
}
}