You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ A MCP (Model Context Protocol) server for interacting with Slack.
8
8
9
9
### Security Features
10
10
11
-
-**Markdown Conversion**: Automatically converts GitHub Flavored Markdown to Slack `mrkdwn` format
12
11
-**Link Unfurling Disabled**: Prevents automatic link crawling that could leak sensitive information
13
12
-**Rate Limiting**: Enforces 60 requests per minute per endpoint
13
+
-**Markdown Conversion**: Automatically converts GitHub Flavored Markdown to Slack `mrkdwn` format
14
14
15
15
### Slack Setup
16
16
@@ -69,7 +69,20 @@ Optional variables:
69
69
70
70
-`SLACK_CHANNEL_IDS` - Comma-separated list of channel IDs to restrict access to specific channels only. If not set, the server can access all public channels the bot has permissions for.
71
71
72
-
### Tools
72
+
### Prompt Examples
73
+
74
+
Here are practical examples of how to use the Slack MCP server with natural language prompts:
75
+
76
+
- "*Mention my name into #general Slack channel and post a project update*"
77
+
- "*Read the last 20 messages from #marketing Slack channel to catch up on discussions*"
78
+
- "*Reply to the latest thread in #support Slack channel with a solution*"
79
+
- "*Add a thumbs up reaction to the latest message in #announcements Slack channel*"
80
+
- "*Get all replies from that long thread about the API changes*"
81
+
- "*Edit my last message in #general Slack channel to fix the typo*"
82
+
- "*List all channels I have access to and find the engineering-related ones*"
83
+
- "*Look up John's profile information and timezone*"
0 commit comments