Interact with Slack Workspaces over the Slack API.
100K+
19
8 Tools
Version 4.43 or later needs to be installed to add the server automatically
Connect the MCP Toolkit gateway to Claude Desktop using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Restart Claude Desktop for the changes to take effect.
slack
to the mcpServers
section:{
"mcpServers": {
"slack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SLACK_TEAM_ID",
"-e",
"SLACK_CHANNEL_IDS",
"-e",
"SLACK_BOT_TOKEN",
"mcp/slack@sha256:4cc10c3f4bd988bd2dce40e3068fe38fa3b3bad1da99f9653eb5fa5cce35baa1"
],
"env": {
"SLACK_TEAM_ID": "{{slack.team_id}}",
"SLACK_CHANNEL_IDS": "{{slack.channel_ids}}",
"SLACK_BOT_TOKEN": "xoxb-your-bot-token"
}
}
}
}
Connect the MCP Toolkit gateway to Continue.dev using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
name: Docker MCP Slack (Archived)
version: 1.0.1
schema: v1
mcpServers:
- name: Slack (Archived)
command: docker
args:
- run
- --rm
- -i
- -e
- SLACK_TEAM_ID
- -e
- SLACK_CHANNEL_IDS
- -e
- SLACK_BOT_TOKEN
- mcp/slack@sha256:4cc10c3f4bd988bd2dce40e3068fe38fa3b3bad1da99f9653eb5fa5cce35baa1
env:
SLACK_TEAM_ID: "{{slack.team_id}}"
SLACK_CHANNEL_IDS: "{{slack.channel_ids}}"
SLACK_BOT_TOKEN: "xoxb-your-bot-token"
Connect the MCP Toolkit gateway to Cursor using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
slack
to the mcpServers
section:{
"mcpServers": {
"slack": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SLACK_TEAM_ID",
"-e",
"SLACK_CHANNEL_IDS",
"-e",
"SLACK_BOT_TOKEN",
"mcp/slack@sha256:4cc10c3f4bd988bd2dce40e3068fe38fa3b3bad1da99f9653eb5fa5cce35baa1"
],
"env": {
"SLACK_TEAM_ID": "{{slack.team_id}}",
"SLACK_CHANNEL_IDS": "{{slack.channel_ids}}",
"SLACK_BOT_TOKEN": "xoxb-your-bot-token"
}
}
}
}
Define the MCP Toolkit gateway as a server in the MCP Visual Studio Code user settings. Learn more
"mcp": {
"servers": {
"MCP_DOCKER": {
"command": "docker",
"args": [
"mcp",
"gateway",
"run"
],
"type": "stdio"
}
}
}
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Connect the MCP Toolkit gateway to Gordon using:
Once connected, you can install this MCP server using:
Note: You should still configure the server and specify required secrets after installing it.
Manual installation
You can install the MCP server using:
Installation for