Slack Webhooks
Freeby Indie Developer
Lightweight Slack integration via incoming webhooks only.
v1.0.0Added Jan 10, 2025
slackwebhooksnotifications
Slack Webhooks MCP Server
Lightweight Slack integration via incoming webhooks only.
Features
- Webhook messages
- Channel targeting
- Formatted messages
- Attachments
- Mentions
Installation
{
"mcpServers": {
"slack-webhooks": {
"command": "npx",
"args": ["-y", "mcp-slack-webhook"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-slack-webhook
Add to claude_desktop_config.json
{
"mcpServers": {
"slack-webhooks": {
"command": "npx",
"args": ["-y", "mcp-slack-webhook"]
}
}
}