Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cyber-slack": {
"command": "npx",
"args": [
"-y",
"cyberuni/cyber-slack"
]
}
}
}
Run in terminal:
claude mcp add cyber-slack npx -y cyberuni/cyber-slack
Add to .cursor/mcp.json:
{
"mcpServers": {
"cyber-slack": {
"command": "npx",
"args": [
"-y",
"cyberuni/cyber-slack"
]
}
}
}
README Excerpt
Slack CLI and MCP server for AI agents. Follows the AXI (API + CLI + MCP) pattern. ```sh npm install -g cyber-slack pnpm add -g cyber-slack ``` Set `SLACK_TOKEN` (user token) or `SLACK_BOT_TOKEN` (bot token): ```sh export SLACK_TOKEN=xoxp-your-token-here export SLACK_BOT_TOKEN=xoxb-your-token-here ```
Tools (14)
slack_channels_listslack_conversations_historyslack_conversations_postslack_conversations_repliesslack_conversations_searchslack_reactions_addslack_reactions_removeslack_usergroups_createslack_usergroups_listslack_usergroups_updateslack_usergroups_users_updateslack_users_infoslack_users_listslack_users_search