Overview
what is Slack MCP Server?
Slack MCP Server is a server designed to enable Claude to interact with Slack workspaces through the Slack API.
how to use Slack MCP Server?
To use the Slack MCP Server, you need to create a Slack App, configure the necessary bot token scopes, and install the app to your workspace. You can then run the server using either npx or Docker with the appropriate configuration.
key features of Slack MCP Server?
- List public channels in the workspace.
- Post messages to Slack channels.
- Reply to message threads.
- Add emoji reactions to messages.
- Retrieve recent messages from channels.
- Get user profiles and workspace user lists.
use cases of Slack MCP Server?
- Automating message posting in Slack channels.
- Managing channel interactions through replies and reactions.
- Fetching user information for analytics or reporting.
FAQ from Slack MCP Server?
- How do I create a Slack App?
Visit the Slack Apps page, click "Create New App", and follow the prompts to set it up.
- What permissions do I need for the app?
You need to add scopes like
channels:history,chat:write, andusers:readto your app.
- Can I run the server using Docker?
Yes, you can run the server using Docker with the provided configuration.