Skip to content

Slack Webhooks

Free

by Indie Developer

Lightweight Slack integration via incoming webhooks only.

v1.0.0Added Jan 10, 2025
slackwebhooksnotifications
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

Installation

Quick install
npx -y mcp-slack-webhook
Add to claude_desktop_config.json
{
  "mcpServers": {
    "slack-webhooks": {
      "command": "npx",
      "args": ["-y", "mcp-slack-webhook"]
    }
  }
}