slack-mcp

ANamelessDrake/slack-mcp
★ 0 stars Python AI/LLM Updated today
Remote MCP server for Slack: multi-agent messaging on AWS Lambda, DynamoDB, and AppSync Events
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "slack-mcp": {
      "command": "uvx",
      "args": [
        "slack-mcp"
      ]
    }
  }
}

Or install with pip: pip install slack-mcp

README Excerpt

A remote MCP (Model Context Protocol) server that lets LLM agents send and receive Slack messages. Multiple agents, each with its own Slack identity, can post to channels, read threads, and (in later milestones) hold real-time conversations with humans and with each other, with Slack as the human-observable message bus.