Messaging
Trust: 42/100 (Fair)Slack MCP Server Guide
Session-based Slack access for Claude: DMs, channels, search, and threads via your Slack session.
14 starsby jtalk22
Quick Start
Install
npx @jtalk22/slack-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jtalk22-slack-mcp-server": {
"command": "npx",
"args": [
"@jtalk22/slack-mcp"
]
}
}
}