slack-mcp-server
@AnyContext-ai
关于 slack-mcp-server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is slack-mcp-server?
slack-mcp-server is an MCP (Model Context Protocol) server for the Slack API. It enables Claude to interact with Slack workspaces, allowing the AI assistant to send and receive messages, manage channels, and access workspace data through a standardized interface.
How to use slack-mcp-server?
Build the Docker image with docker build -t slack-mcp-server ., then run the container using docker run --rm -p 8000:8000 -e SLACK_BOT_TOKEN="your-bot-token" -e SLACK_TEAM_ID="your-team-id" slack-mcp-server. The server listens on port 8000 by default.
Key features of slack-mcp-server
- MCP interface for Slack API
- Enables Claude to interact with Slack workspaces
- Deployable via Docker container
- Requires Slack bot token and team ID
Use cases of slack-mcp-server
- Claude interacts with Slack workspaces for messaging and channel management
FAQ from slack-mcp-server
How do I build and run slack-mcp-server?
Build with docker build -t slack-mcp-server . and run with docker run --rm -p 8000:8000 -e SLACK_BOT_TOKEN="token" -e SLACK_TEAM_ID="id" slack-mcp-server.
What environment variables are required?
Two environment variables are required: SLACK_BOT_TOKEN (your Slack bot token) and SLACK_TEAM_ID (your Slack workspace team ID).
What port does the server listen on?
The server listens on port 8000 by default, mapped in the Docker run command with -p 8000:8000.
What does slack-mcp-server enable?
沟通协作 分类下的更多 MCP 服务器
MCP Email Server
Shy2593666979一个基于 MCP (Model Context Protocol) 的邮件服务,支持 LLM 发送带附件的电子邮件及在指定目录中搜索文件。提供安全的 SMTP 传输、多收件人支持和附件模式匹配搜索功能,适用于 Gmail、Outlook、Yahoo、QQ 邮箱和网易 126 邮箱等主流邮箱服务。
Twilio MCP Monorepo
twilio-labsMonorepo providing 1) OpenAPI to MCP Tool generator 2) Exposing all of Twilio's API as MCP Tools
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
WhatsApp MCP Server (TypeScript/Baileys)
jlucaso1WhatsApp MCP Server (TypeScript/Baileys)
Mattermost MCP Server
pvevMattermost MCP server to enable Claude to interact with Mattermost Workspaces
评论