slack-mcp-server
0
The Slack MCP Server is designed for integration with the Slack API, allowing Claude to interact with Slack workspaces. It supports operations such as listing channels, posting messages, and retrieving user profiles. The server facilitates easy management of Slack interactions through a simple setup and configuration process.
Slack MCP Server
MCP Server for the Slack API enabling interaction with Slack workspaces.
Tools
- List channels, post messages, and add reactions
- Retrieve channel history and thread replies
- Get user profiles and workspace user list
Setup
- Create a Slack App and configure bot token scopes:
channels:history
,channels:read
,chat:write
,reactions:write
,users:read
- Install the App to your workspace and save the Bot User OAuth Token
Usage with Claude Desktop
- Configure
claude_desktop_config.json
fornpx
ordocker
commands
Troubleshooting
- Ensure required scopes are set, app is installed, tokens are correctly configured, and the app is in necessary channels
License
Licensed under the MIT License.