Slack Webhook
Freeby MCP Community
MCP server for sending messages to Slack webhooks
v1.0.5Added Apr 12, 2026
mcpslackwebhookmodel-context-protocolai
Slack Webhook MCP Server
MCP server for sending messages to Slack webhooks
Installation
Reviews
Installation
Quick install
npx -y @agentuse/mcp-slack-webhook
Add to claude_desktop_config.json
{
"mcpServers": {
"slack-webhook": {
"command": "npx",
"args": ["-y", "@agentuse/mcp-slack-webhook"]
}
}
}