Save or export your private and public Slack messages, threads, files, and users locally without admin privileges.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"slackdump": {
"command": "go",
"args": [
"run",
"github.com/rusq/slackdump@latest"
]
}
}
}
Run in terminal:
claude mcp add slackdump go run github.com/rusq/slackdump@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"slackdump": {
"command": "go",
"args": [
"run",
"github.com/rusq/slackdump@latest"
]
}
}
}