slack-mcp-server
@MCP-Mirror
About slack-mcp-server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ubie-oss_slack-mcp-server": {
"command": "npx",
"args": [
"@ubie-oss/slack-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is slack-mcp-server?
slack-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants to interact with the Slack API through a standardized interface. It provides tools for reading and writing messages, managing reactions, and searching workspace content. It is intended for developers who want to integrate Slack capabilities into AI agents or assistants.
How to use slack-mcp-server?
Install the package from GitHub Registry using npm install @ubie-oss/slack-mcp-server (requires a personal access token). Set the required environment variables SLACK_BOT_TOKEN (Slack Bot User OAuth Token) and optionally SLACK_USER_TOKEN (Slack User OAuth Token, needed for search). Run directly with npx @ubie-oss/slack-mcp-server or via node. Configure your MCP client by adding a JSON entry with the command, arguments, and environment variables.
Key features of slack-mcp-server
- List public channels in the workspace with pagination
- Post new messages to Slack channels
- Reply to specific message threads
- Add reaction emojis to messages
- Retrieve recent channel history and thread replies
- Get basic profile information of all users
- Search messages across the workspace
Use cases of slack-mcp-server
- An AI assistant that posts status updates or notifications to Slack channels
- A bot that reads channel history and summarizes recent conversations
- A tool that searches Slack messages for specific keywords or topics
- An integration that replies to threads and adds reactions based on user requests
FAQ from slack-mcp-server
What tokens are required to use slack-mcp-server?
You need a Slack Bot User OAuth Token (SLACK_BOT_TOKEN) and, optionally, a Slack User OAuth Token (SLACK_USER_TOKEN) for features like message search.
How do I install slack-mcp-server?
Install via npm install @ubie-oss/slack-mcp-server. The package is hosted on GitHub Registry, so you must configure a personal access token.
How do I configure slack-mcp-server with my MCP client?
Add an entry to your client’s MCP configuration JSON with "command": "npx", "args": ["-y", "@ubie-oss/slack-mcp-server"], and an "env" object containing the required tokens.
What tools are available in slack-mcp-server?
Nine tools are provided: list channels, post message, reply to thread, add reaction, get channel history, get thread replies, get users, get user profile, and search messages.
How can I run slack-mcp-server in development mode?
Use npm run dev from the project directory to start the server with hot reloading. Run linting with npm run lint and fix issues with npm run fix.
More Communication MCP servers
Email sending MCP 💌
resendThe official MCP server to send emails and interact with Resend
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
feishu-tools-mcp
Li-vienMCP server provides Feishu related operations to AI encoding agents such as cursor 飞书MCP插件,读取文档、发送消息、合同审批、数据处理.....
slack-mcp-server
ubie-ossA Slack MCP server
Telegram MCP Server
kfastovTelegram user console client and archiver
Comments