engineers-hub-ltd-in-house-project/slack-claude-code-integration
Slack integration for Claude Code using MCP (Model Context Protocol). Enable your team to use Claude Code collaboratively through Slack.
Platform-specific configuration:
{
"mcpServers": {
"slack-claude-code-integration": {
"command": "npx",
"args": [
"-y",
"slack-claude-code-integration"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...