slack

slack

Created by modelcontextprotocol 2 months ago 12 views 🔗

Channel management and messaging capabilities

Featured Trending New
# Slack MCP Server The Slack MCP Server provides tools to interact with Slack workspaces, allowing AI agents to manage channels and send messages. ## Features - Channel management (create, join, list) - Messaging capabilities (send, read, reply) - User and conversation discovery - File sharing and retrieval - Message history access ## Authentication To use this server, you need a Slack Bot Token with appropriate permissions for the workspace you want to access. ## Setup ```bash export SLACK_BOT_TOKEN=your_token_here npx @modelcontextprotocol/server-slack ``` ## Use Cases - Team communication and updates - Channel moderation - Message analysis and summarization - Workflow automation - Information sharing and distribution