Back to Home
lamplite-dev icon

xiaozhi-slack-mcp-server

Verified Safe

by lamplite-dev

Overview

This server acts as a communication bridge, enabling a Multi-Agent Communication Protocol (MCP) agent to send notifications to specific Slack channels.

Installation

Run Command
No command provided

Environment Variables

  • SLACK_BOT_TOKEN

Security Notes

The code retrieves the Slack bot token from environment variables, which is a good practice. There are no 'eval' or obvious obfuscation techniques. Inputs for 'title' and 'message' in 'send_notification' are directly inserted into the Slack message text; while this isn't a server-side code execution risk, care should be taken if these inputs originate from untrusted sources to prevent potential malicious rendering or social engineering via Slack's markdown capabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens75
Stars0
Forks0
Last Update2025-11-22

Tags

SlackNotificationsCommunicationMCPPython