slack-mcp-server
by AnyContext-ai
The slack-mcp-server is an MCP (Multi-Context Processing) Server designed to facilitate interaction between Claude and Slack workspaces. It enables Claude to perform actions and access information within Slack.
View on GitHub
Last updated: N/A
slack-mcp-server
MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
Build and run
docker build -t slack-mcp-server .
docker run --rm -p 8000:8000 -e SLACK_BOT_TOKEN="your-bot-token" -e SLACK_TEAM_ID="your-team-id" slack-mcp-server