mcp-server-slack-notify

mkusaka/mcp-server-slack-notify
★ 0 stars TypeScript Security Updated 7d ago
MCP server for sending notifications to Slack using OAuth bot tokens.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-slack-not": {
      "command": "npx",
      "args": [
        "-y",
        "mkusaka/mcp-server-slack-notify"
      ]
    }
  }
}