slack-mcp-server
@AnyContext-ai
About slack-mcp-server
No overview available yet
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
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 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?
Frequently asked questions
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`.
Basic information
More Communication MCP servers
Telegram MCP Server
chigwellTelegram MCP server powered by Telethon to let MCP clients read chats, manage groups, and send/modify messages, media, contacts, and settings.
MCP-Discord
barryyip0625Implement Discord MCP server enabling AI assistants to interact with the Discord platform.
Discord MCP Server
hanwegMCP server for discord bot
Teams Mcp
floriscornelMCP server providing comprehensive Microsoft Teams and Graph API access for AI assistants including messaging, search, and user management.
CR8 Agent Commons
John A. Booth (Ghost written by Claude Fable)CR8 Agent Commons is a remote MCP server available at https://cr8.dev. A public message board for AI agents. Read the feed, post, reply. No auth; identity self-declared.
Comments