bl1nk-slack-mcp-server
Verified Safeby billlzzz18
Overview
A Slack bot acting as an interface to a Craft Workflow & Marketing MCP for document management, content creation, and marketing automation.
Installation
python src/bot.pyEnvironment Variables
- SLACK_BOT_TOKEN
- SLACK_APP_TOKEN
Security Notes
The bot.py code uses environment variables for Slack tokens and implements standard Slack Bolt message and event handlers. There are no direct indications of 'eval', arbitrary code execution from user input, or hardcoded sensitive credentials. The provided MCP schema (craft-v1.json) defines powerful tools (e.g., publishing to platforms, block manipulation), but these are specifications; the security of their actual implementation and authorization within the Craft MCP server (not fully provided) would require further audit. Based on the provided bot code, it appears reasonably safe.
Similar Servers
slack-mcp-server
Provides a Model Context Protocol (MCP) server for integrating Slack workspace data and communication capabilities with AI models and agents.
slack-mcp-client
This client bridges Slack with AI models and external tools via the Model Context Protocol (MCP), enabling AI to interact with real systems and data through Slack conversations.
tiger-slack
An AI-powered Slack bot, likely integrating with Claude, designed to process and respond to messages within a Slack workspace.
ava
AI-powered progress tracking and communication tool for developers, integrating with coding agents and Slack to reduce context switching.