slack-mcp-server
If you are the rightful owner of slack-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP Server for the Slack API, enabling Claude to interact with Slack workspaces.
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