Send notifications and updates to Slack channels.
## Slack MCP Server Skill
A skill that integrates Slack with Claude Code via MCP.
### Configuration
```json
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@mcp/slack-server"],
"env": {
"SLACK_API_KEY": "${env:SLACK_API_KEY}"
}
}
}
}
```
### Skill Capabilities
With this skill, Claude Code can:
- Read Slack data in real-time
- Create and update Slack resources
- Automate Slack workflows
- Cross-reference with code changes
### Example Prompts
- "Show me open Slack items related to this module"
- "Create a Slack entry for this bug fix"
- "Update Slack status when tests pass"
- "Link this commit to the Slack item"
### Setup
1. Get your Slack API key
2. Add to `.claude/mcp-servers.json`
3. Set environment variable
4. Restart Claude CodeFree to copy and use. Compatible with Claude Code, Claude 4 Opus.
Copy this skill into your Claude Code project. Customize bracketed variables for your specific setup.
Initial release
claude skill install claude-code-slack-mcp-skillSign in and download this prompt to leave a review.