Cyber Slack
БесплатноНе проверенMCP server for Slack that enables AI agents to interact with Slack workspaces, including listing channels, reading and posting messages, searching, managing use
Описание
MCP server for Slack that enables AI agents to interact with Slack workspaces, including listing channels, reading and posting messages, searching, managing users, reactions, and user groups.
README
Slack CLI and MCP server for AI agents. Follows the AXI (API + CLI + MCP) pattern.
Installation
npm install -g cyber-slack
# or
pnpm add -g cyber-slack
Setup
Set SLACK_TOKEN (user token) or SLACK_BOT_TOKEN (bot token):
# User token (xoxp-) - full access including search
export SLACK_TOKEN=xoxp-your-token-here
# Or bot token (xoxb-) - limited access, no search
export SLACK_BOT_TOKEN=xoxb-your-token-here
If both are set, SLACK_TOKEN takes precedence.
Creating a Slack App
- Go to api.slack.com/apps and create a new app
- Under "OAuth & Permissions", add the required scopes:
chat:write- Post messageschannels:read- List channelschannels:history- Read channel historyusers:read- List usersusers:read.email- Read user emailssearch:read- Search messages (user token only)reactions:write- Add/remove reactionsusergroups:read- List user groupsusergroups:write- Create/update user groups
- Install the app to your workspace
- Copy the "Bot User OAuth Token" or "User OAuth Token"
CLI Usage
cyber-slack # show auth status
cyber-slack mcp # start MCP server
# Channels
cyber-slack channels list # list public channels
cyber-slack channels list -t public_channel,private_channel
# Conversations
cyber-slack conversations history <channel>
cyber-slack conversations replies <channel> <thread_ts>
cyber-slack conversations post <channel> "message"
cyber-slack conversations search "query" # requires user token
# Users
cyber-slack users list
cyber-slack users info <user_id>
cyber-slack users search "query"
# Reactions
cyber-slack reactions add <channel> <timestamp> thumbsup
cyber-slack reactions remove <channel> <timestamp> thumbsup
# User Groups
cyber-slack usergroups list
cyber-slack usergroups create "Team Name" --handle team
cyber-slack usergroups update <group_id> --name "New Name"
cyber-slack usergroups set-users <group_id> U123,U456
MCP Server
Tools
| Tool | Description | Token |
|---|---|---|
slack_channels_list |
List channels (public, private, DM, group) | Bot/User |
slack_conversations_history |
Get message history from a channel | Bot/User |
slack_conversations_replies |
Get thread replies | Bot/User |
slack_conversations_post |
Post a message | Bot/User |
slack_conversations_search |
Search messages with modifiers | User |
slack_users_list |
List workspace users | Bot/User |
slack_users_info |
Get user details | Bot/User |
slack_users_search |
Search users by name/email | Bot/User |
slack_reactions_add |
Add emoji reaction | Bot/User |
slack_reactions_remove |
Remove emoji reaction | Bot/User |
slack_usergroups_list |
List user groups | Bot/User |
slack_usergroups_create |
Create user group | User |
slack_usergroups_update |
Update user group | User |
slack_usergroups_users_update |
Set group members | User |
Configuration
Claude Desktop / Cursor
Add to your MCP configuration:
{
"mcpServers": {
"cyber-slack": {
"command": "npx",
"args": ["cyber-slack", "mcp"],
"env": {
"SLACK_TOKEN": "${SLACK_TOKEN}"
}
}
}
}
Or if installed globally:
{
"mcpServers": {
"cyber-slack": {
"command": "cyber-slack",
"args": ["mcp"],
"env": {
"SLACK_TOKEN": "${SLACK_TOKEN}"
}
}
}
}
License
MIT
Установка Cyber Slack
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/cyberuni/cyber-slackFAQ
Cyber Slack MCP бесплатный?
Да, Cyber Slack MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cyber Slack?
Нет, Cyber Slack работает без API-ключей и переменных окружения.
Cyber Slack — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Cyber Slack в Claude Desktop, Claude Code или Cursor?
Открой Cyber Slack на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Gmail
Read, send and search emails from Claude
автор: GoogleSlack
Send, search and summarize Slack messages
автор: SlackRunbear
No-code MCP client for team chat platforms, such as Slack, Microsoft Teams, and Discord.
Discord Server
A community discord server dedicated to MCP by [Frank Fiegel](https://github.com/punkpeye)
Klavis AI
Open Source MCP Infra. Hosted MCP servers and MCP clients on Slack and Discord.
Work90210/APIFold
Turn any REST API into a hosted MCP server. 18 free public servers (GitHub, Stripe, Slack, OpenAI, Notion, and more) — no setup required, bring your own API key
автор: Work90210arikusi/deepseek-mcp-server
MCP server for DeepSeek AI with chat, reasoning, multi-turn sessions, function calling, thinking mode, and cost tracking.
автор: arikusihashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
автор: hashgraph-onlineprofullstack/mcp-server
A comprehensive MCP server aggregating 20+ tools including SEO optimization, document conversion, domain lookup, email validation, QR generation, weather data,
автор: profullstackWayStation-ai/mcp
Seamlessly and securely connect Claude Desktop and other MCP hosts to your favorite apps (Notion, Slack, Monday, Airtable, etc.). Takes less than 90 secs.
автор: waystation-aiCompare Cyber Slack with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории communication
