Showing 28 verified skills. 284 preview entries are hidden until we confirm a real source. Show preview skills · Why?
Send and read Slack messages directly from your AI assistant
npx @anthropic/mcp-server-slackSlack workspace integration via MCP: post messages, read channels, manage threads, search history, and handle reactions.
This is the actual SKILL.md file that powers this skill. Copy it to install.
---
name: mcp-slack
description: |
MCP server for Slack integration. Trigger when the user needs to send messages,
read channels, manage threads, or search Slack. Phrases: "send a slack message",
"check slack", "post to channel", "search slack".
mcpServers:
slack:
command: npx
args:
- "@anthropic/mcp-server-slack"
env:
SLACK_BOT_TOKEN: "xoxb-your-token"
---
# Slack MCP
Send messages, read channels, manage threads, and search conversations
through the Model Context Protocol.
## Configuration
1. Create a Slack app at https://api.slack.com/apps
2. Add bot token scopes: `channels:read`, `chat:write`, `search:read`
3. Install to your workspace and copy the Bot Token
```json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["@anthropic/mcp-server-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-token-here"
}
}
}
}
```
## Available tools
- **send_message** - Post to a channel or DM
- **read_channel** - Get recent messages from a channel
- **search** - Search messages across the workspace
- **reply_thread** - Reply to a specific message thread
- **list_channels** - List available channels
## Example usage
- "Post a standup update to #engineering"
- "Search Slack for messages about the API migration"
- "Read the last 10 messages in #general"
## Requirements
- Slack Bot Token with appropriate scopes
- Node.js 18+
mkdir -p ~/.claude/skills/mcp-slack~/.claude/skills/mcp-slack/SKILL.mdResulting file structure:
~/.claude/
skills/
mcp-slack/
SKILL.md <-- skill definitionSkills are loaded automatically by Claude Code when you start a new session. The skill name and description in the frontmatter determine when Claude triggers it.
Recommended from shared domain, career, and tool overlap with Slack MCP
Plan balanced sprints with capacity, estimates, and dependency maps
Both used by Software Engineer, Product Manager
Search and manage Confluence documentation from your AI assistant
Both used by Software Engineer, Product Manager
Auto-generate standup updates from git activity and calendar
Both used by Software Engineer, Product Manager
Turn meeting transcripts into structured notes with action items
Both used by Software Engineer, Product Manager
Run structured retros that turn feedback into tracked action items
Both used by Software Engineer, Product Manager
Create project plans with milestones, dependencies, and risk assessment
Both used by Software Engineer, Product Manager
Slack MCP