From b9d63b4e9dacb08365e03ab13fa26c5a4b650c3a Mon Sep 17 00:00:00 2001 From: Yamato Sasaki Date: Fri, 18 Apr 2025 13:48:54 +0900 Subject: [PATCH] Instruct users to add users.profile:read scope to token as profile.get API requires it --- src/slack/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slack/README.md b/src/slack/README.md index 61bec01fa2..2088816821 100644 --- a/src/slack/README.md +++ b/src/slack/README.md @@ -78,6 +78,7 @@ MCP Server for the Slack API, enabling Claude to interact with Slack workspaces. - `chat:write` - Send messages as the app - `reactions:write` - Add emoji reactions to messages - `users:read` - View users and their basic information + - `users.profile:read` - View detailed profiles about users 4. Install App to Workspace: - Click "Install to Workspace" and authorize the app