@cloud9-labs/mcp-slack
Provides tools for sending, updating, and deleting messages, listing and joining channels, retrieving channel history and replies, listing users and getting user info, adding/removing reactions, searching messages, and uploading files in Slack.
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., "@@cloud9-labs/mcp-slacksend a welcome message to #general"
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.
@cloud9-labs/mcp-slack
MCP server for Slack API integration - 14 messaging and channel management tools.
Installation
{
"mcpServers": {
"slack": {
"command": "npx",
"args": ["-y", "@cloud9-labs/mcp-slack"],
"env": {
"SLACK_BOT_TOKEN": "xoxb-your-bot-token"
}
}
}
}Related MCP server: Slack MCP Server
Tools
Tool | Description |
slack_post_message | Send a message to a Slack channel |
slack_update_message | Edit an existing message |
slack_delete_message | Delete a message from a channel |
slack_list_channels | List all channels in the workspace |
slack_get_channel_info | Get detailed information about a channel |
slack_get_channel_history | Retrieve message history from a channel |
slack_get_replies | Get threaded replies for a message |
slack_join_channel | Join a Slack channel |
slack_list_users | List all users in the workspace |
slack_get_user_info | Get user profile information |
slack_add_reaction | Add emoji reaction to a message |
slack_remove_reaction | Remove emoji reaction from a message |
slack_search_messages | Search messages across channels |
slack_upload_file | Upload files to Slack |
Configuration
Set your Slack bot token as an environment variable:
export SLACK_BOT_TOKEN="xoxb-..."To create a Slack bot:
Create a new app
Enable Bot User OAuth Token
Grant required scopes (messages:write, channels:read, users:read, etc.)
Copy the Bot User OAuth Token
License
MIT
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
- Flicense-qualityDmaintenanceAn MCP server that enables interaction with Slack workspaces through tools for managing channels, sending messages, and retrieving user profiles. It leverages the Slack API and FastMCP to provide functionalities like message history lookup and reaction management.Last updated1
- Alicense-qualityDmaintenanceThis MCP server provides integration with the Slack API via HTTP transport, allowing for channel management and message operations. It enables users to list channels, send or edit messages, search message history, and retrieve user information through standardized tools.Last updated56MIT
- AlicenseBqualityDmaintenanceAn MCP server that provides comprehensive access to the Slack Web API, enabling AI agents to search messages, manage channels, and create canvases. It features 13 core tools and over 300 dynamic methods for complete automation of Slack workspace operations.Last updated2188ISC
- Alicense-qualityCmaintenanceA strong MCP server for Slack integration, providing standardized access to Slack's API features through both MCP tools and webhook processing.Last updated1MIT
Related MCP Connectors
Slack MCP without OAuth — 21 tools, session-based. Free OSS; hosted has a free tier, Pro $19/mo.
Markdown-first MCP server for Notion API with 8 composite tools and 39 actions.
34 production API tools over one hosted MCP endpoint.
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/cloud9-labs/mcp-slack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server