Slack MCP Server
Allows AI assistants to interact with a Slack workspace, providing tools to manage channels, send messages, list users, and upload files.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Slack MCP Serversend a message to #general saying hello"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Slack MCP Server
A Model Context Protocol (MCP) server for Slack workspace integration. This server allows AI assistants to interact directly with your Slack workspace, providing tools to manage channels, send messages, list users, and upload files.
Built with TypeScript and utilizing the official Slack Web API.
Available Modules & Tools
Channels
Manage workspace channels and memberships.
channels_create: Creates a new Slack channel (supports public and private).channels_list: Lists channels in the workspace. Archived channels are excluded by default.channels_invite: Invites one or more workspace members to a channel.
Messages
Send communications to channels or threads.
messages_send: Sends a message to a Slack channel. Optionally posts as a threaded reply by providingthread_ts.
Users
Retrieve workspace member information.
users_list: Lists members of the workspace.
Files
Share files from the local filesystem to Slack.
files_upload: Uploads a file from the server filesystem to a Slack channel. Optionally overrides the display filename and adds an initial comment.
Related MCP server: Slack MCP Server
Setup & Installation
Clone the repository:
git clone https://github.com/Themetralla3000/slack-mcp-server.git cd slack-mcp-serverInstall dependencies:
npm installCreate an environment file (
.env):echo "SLACK_BOT_TOKEN=xoxb-your-bot-token" > .envBuild the project:
npm run build
Configuration
You must provide a valid Slack Bot Token (xoxb-...). To get one, you need to create a Slack App in your workspace and assign it the necessary OAuth scopes:
channels:manage,channels:read,channels:join(for Channels)chat:write(for Messages)users:read,users:read.email(for Users)files:write(for Files)
Usage with Claude Desktop / Cursor
To use this MCP with Claude Desktop or Cursor, add the following configuration to your MCP config file (e.g., claude_desktop_config.json):
{
"mcpServers": {
"slack": {
"command": "node",
"args": ["/absolute/path/to/slack-mcp-server/dist/index.js"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-bot-token"
}
}
}
}License
MIT License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server implementation that enables AI assistants to interact with Slack workspaces, allowing them to browse channels, send messages, reply to threads, add reactions, and retrieve user information.Last updated9162Apache 2.0
- AlicenseAqualityDmaintenanceA server implementing Model Context Protocol that enables AI assistants to interact with Slack API through a standardized interface, providing tools for messaging, channel management, user information retrieval, and more.Last updated11110Apache 2.0
- Flicense-qualityDmaintenanceA Model Context Protocol server that integrates with Slack API, allowing users to send messages, view channel history, manage channels, send direct messages, and retrieve user lists from Slack workspaces.Last updated1
- Alicense-qualityDmaintenanceA simple Model Context Protocol server for Slack integration that enables messaging, channel management, and workspace search capabilities.Last updated56MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP (Model Context Protocol) server for Appwrite
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Themetralla3000/slack-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server