VOOZH about

URL: https://apify.com/bhansalisoft/slack-mcp-server

⇱ Slack MCP SERVER Β· Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Slack AI MCP SERVER unique tool for integration slack tool into AI based automation.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ bhansalisoft

bhansalisoft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

7 months ago

Last modified

Share

πŸš€ Slack AI MCP Server

The Slack AI MCP Server connects AI assistants and automation systems directly to Slack workspaces using the Model Context Protocol (MCP). This Actor enables AI models to read, send, and analyze Slack messages, manage channels, and interact with workspace data β€” all through standardized MCP interfaces.

It bridges Slack’s API with Apify’s automation ecosystem, allowing you to build intelligent ChatOps workflows, AI assistants, and conversational agents that can operate securely inside your organization’s Slack.

🧠 Key Features

βœ… Real-time Slack interaction Read and send messages, react with emojis, and reply in threads directly through MCP tools.

βœ… Comprehensive workspace access List channels, view user profiles, read message history, and search workspace conversations.

βœ… Automated AI workflows Trigger actions based on keyword detection or message patterns (e.g., respond to β€œdeploy” automatically).

βœ… Secure authentication Authenticate with your Slack workspace using a Bot User OAuth Token (xoxb-...), securely stored locally or via environment variables.

βœ… Standardized MCP protocol Integrates with Claude Desktop, LangGraph, and other AI orchestration platforms for seamless AI ↔ Slack connectivity.

βœ… Scalable multi-channel architecture Supports multiple concurrent AI agents across many Slack channels.

🧩 Tools Exposed by MCP Server

ToolDescription
slack_auth_promptGuides user to create a Slack app and obtain the Bot User OAuth Token.
save_slack_bot_token(bot_token)Stores and activates a Slack Bot Token (xoxb-...).
slack_statusChecks if the saved token is valid and displays bot identity info.
list_channels(limit, types)Lists all public/private channels the bot can access.
create_channel(name, is_private)Creates a new Slack channel.
invite_user(channel_id, user_id)Invites a user into a channel by ID.
post_message(channel_id, text, thread_ts)Sends or replies to a message in a channel.
add_reaction(channel_id, timestamp, emoji)Adds an emoji reaction to a message.
read_channel_history(channel_id, limit, oldest)Fetches recent messages from a channel.
search_messages(query, count)Searches across workspace messages.
get_user_profile(user_id)Returns profile info for a user.
detect_and_reply(channel_id, keyword, reply_text)Scans messages and replies to any containing a specific keyword.

βš™οΈ MCP Configuration

MCP SERVER URL

https://bhansalisoft--slack-mcp-server.apify.actor/mcp

To connect this Actor to Claude Desktop or any MCP client, add to your config:

{
"mcpServers":{
"slack-mcp-server":{
"command":"npx",
"args":[
"mcp-remote",
"https://bhansalisoft--slack-mcp-server.apify.actor/mcp?token=[Your APIFY KEY]"
],
"env":{
"SLACK_BOT_TOKEN":"[Your Slack Token]"
}
}
}
}

Replace your [Your APIFY KEY] and [Your Slack Token]

Once connected, you’ll see all Slack MCP tools automatically listed in your client.

πŸ”‘ How to Get Slack Bot Token

  • 1 Go to https://api.slack.com/apps
  • 2 Create a new app β†’ β€œFrom Scratch”
  • 3 Under OAuth & Permissions, add these Bot Token Scopes:
  • chat:write
  • channels:read, channels:history
  • groups:read, im:read, users:read
  • reactions:write, search:read
  • 4 Click Install to Workspace and Authorize
  • 5 Copy the Bot User OAuth Token (xoxb-...)
  • 6 Paste it in your Apify Actor input or call:

Demo video for Slack MCP Server

You might also like

Slack MCP Server

constant_quadruped/slack-mcp-server

MCP server for Slack workspaces. Read channel history, search messages, fetch thread replies, list users and channels, and post messages. Supports OAuth, Bot, and browser token authentication. Based on korotovsky/slack-mcp-server with 600+ GitHub stars.

Gemini AI MCP SERVER

bhansalisoft/gemini-ai-mcp-server

Gemini AI MCP SERVER unique tool for Gamini AI functionality integration with apify and other AI tool.

41

Discord MCP Server

bhansalisoft/discord-mcp-server

Discord MCP Server unique tool for integration Discord tools into AI based automation.

MCPify Slack

inovaflow/mcpify-slack

Turn your Slack into an MCP client for your Apify tools and any MCP server. DM or @mention the bot β€” it runs your own tools and replies in-thread.

Slack Summary Reporter

marko.kubrachenko/slack-summary-reporter

A simple Python Actor that fetches recent Slack messages, summarizes them via OpenAI, and posts the summary back to Slack.

πŸ‘ User avatar

Marko Kubrachenko

1

Slack Scraper

leadspicker/slack-scraper

This Apify actor scrapes members from any Slack workspace and matches them to their LinkedIn profiles using image search and AI-based relevance classification.

Slack MCP

parseforge/slack-mcp

Model Context Protocol server that lets AI copilots list channels, pull message history, send updates, manage membership, and fetch metadata from your Slack workspace using scoped bot tokens.

2

5.0

Excel Mcp Server

lovely_radiologist/excel-mcp-server

MCP Server: Rss

dltik/mcp-server-rss

MCP Server: Rss: an MCP server exposing 4 tools for AI agents. HTTP-only, no API key. Pay $0.005/tool-call.

Related articles

Best MCP servers for developers
Read more
Build and deploy MCP servers in minutes with a TypeScript template
Read more