Slack MCP
Pricing
Pay per event + usage
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.
Pricing
Pay per event + usage
Rating
5.0
(2)
Developer
ParseForge
Actor stats
0
Bookmarked
1
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share

💬 Slack MCP Server
🚀 Give your AI assistants direct access to Slack. List channels, read message history, post updates, manage memberships, and surface workspace insights via the Model Context Protocol. No human handoffs needed.
🕒 Last updated: 2026-04-23 · 📋 6 tool categories · 🔐 Scoped bot tokens · 💬 Read + write access · 🤖 MCP-compatible
The Slack MCP Server bridges MCP-enabled AI copilots with the Slack Web API. It lets agents browse channels, retrieve message history, post replies, manage memberships, and pull workspace metadata, all through a standard MCP interface.
Whether you are an operations leader automating status reporting, a support manager enabling AI-driven ticket triage, or an AI platform owner building copilot experiences, this tool provides secure, auditable Slack access for your AI workflows.
| 🎯 Target Audience | 💡 Primary Use Cases |
|---|---|
| Operations leaders, support managers, AI automation specialists, platform engineers | AI-driven ticket triage, automated status updates, stakeholder alerts, knowledge-base enrichment, channel management |
📋 What the Slack MCP Server does
- 📋 List channels. Browse public and private channels with pagination support.
- 🕰️ Read history. Retrieve recent message history for context-aware AI assistance.
- 💬 Post messages. Send channel replies, threaded updates, or direct messages.
- 🧑 Manage members. Handle channel memberships and invitations.
- 🛠️ Channel ops. Create, archive, and document channels with topics or descriptions.
- 📊 Pull metadata. Fetch team, channel, and user metadata for reporting.
Each MCP response returns structured JSON that your AI assistant can parse and act on immediately.
💡 Why it matters: letting AI agents interact with Slack directly eliminates copy-paste workflows, reduces manual triage, and keeps stakeholders informed in real time.
🎬 Full Demo
🚧 Coming soon: a 3-minute walkthrough.
⚙️ Input
| Input | Type | Default | Behavior |
|---|---|---|---|
slackBotToken | string | - | Bot token with required Slack scopes (e.g., xoxb-...). |
defaultChannelId | string | - | Fallback channel for writes when the tool call omits one. |
method | string | - | MCP method: initialize, tools/list, tools/call, resources/list, resources/read. |
params | object | - | Payload for the chosen MCP method. |
Example: initialize the MCP connection.
{"method": "initialize","slackBotToken": "xoxb-your-token","defaultChannelId": "C012ABCDEF"}
Example: list available tools.
{"method": "tools/list","slackBotToken": "xoxb-your-token"}
⚠️ Good to Know: This Actor runs in standby mode. Deploy it once, then POST MCP requests to
/mcp?token=YOUR_APIFY_TOKEN. The bot token is passed per-request and is never stored.
📊 Output
🧾 Schema
| Field | Type | Example |
|---|---|---|
🛠️ tools | array | List of available Slack automation tools |
📋 name | string | "list_channels" |
📝 description | string | "List channels in the Slack workspace" |
📦 inputSchema | object | JSON schema for tool arguments |
📦 Sample records
✨ Why choose this Actor
| Capability | |
|---|---|
| 📋 | Full channel access. List, read, post, and manage channels and messages. |
| 🔐 | Scoped tokens. Per-request authentication with no stored credentials. |
| 🤖 | MCP standard. Works with Cursor, Claude, and any MCP-compatible agent. |
| 💬 | Read and write. Both message retrieval and posting in one tool. |
| 📊 | Metadata access. Team, channel, and user info for reporting. |
| ⚡ | Standby mode. Always-on endpoint for instant responses. |
| 💰 | Pay per event. Billed only when tool or resource calls succeed. |
📊 6 tool categories covering channels, messages, memberships, metadata, creation, and archival.
📈 How it compares to alternatives
| Approach | Cost | Capabilities | Auth | Setup |
|---|---|---|---|---|
| ⭐ Slack MCP Server (this Actor) | $5 free credit | Full read + write via MCP | Scoped bot token | ⚡ 15 min |
| Custom Slack bot | Server costs | Full control | OAuth app | 🕒 Hours |
| Manual Slack usage | Free | Limited to UI | User login | 🕒 Ongoing |
| Generic webhook | Varies | Write-only | Webhook URL | 🕒 30 min |
🚀 How to use
- 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
- 🤖 Create a Slack bot. Set up a bot with scopes:
channels:read,groups:read,chat:write,users:read. - 🌐 Deploy in standby. Run the Actor so it listens for MCP requests.
- 🚀 Send MCP payloads. POST to
/mcp?token=YOUR_APIFY_TOKENwith your bot token and method. - 📥 Connect your AI. Point your MCP-enabled copilot (Cursor, Claude, custom agent) at the endpoint.
⏱️ Total time: 15 minutes from token creation to first automated Slack reply.
💼 Business use cases
🌟 Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
🤖 Ask an AI assistant about this scraper
Open a ready-to-send prompt about this ParseForge actor in the AI of your choice:
- 💬 ChatGPT
- 🧠 Claude
- 🔍 Perplexity
- 🅒 Copilot
❓ Frequently Asked Questions
💳 Do I need a paid Apify plan to run this actor?
No. You can start right now on the free Apify plan, which includes $5 in free monthly credit. That is enough to run this actor several times and explore the output before committing to anything. Paid plans unlock higher limits, more concurrent runs, and larger datasets. Create a free Apify account here to get started.
🚨 What happens if my run fails or returns no results?
Failed runs are not charged. If the source site changes, proxies get rate-limited, or a specific input matches nothing, re-run the actor or open our contact form and we will investigate. You can also check the run log in the Apify console to see why the run stopped.
📏 How many items can I scrape per run?
Free users are limited to 10 items per run so you can preview the output and confirm the actor works for your use case. Paid users can raise maxItems up to 1,000,000 per run. Upgrade here if you need full scale.
🕒 How fresh is the data?
Every run fetches live data at the moment of execution. There is no cache or delay: the records you get reflect what the source returned at that moment. Schedule the actor to maintain a rolling snapshot of the data you need.
🧑💻 Can I call this actor from my own code?
Yes. Apify exposes every actor as a REST endpoint and ships first-class SDKs for Node.js and Python. You can start a run, read the dataset, and handle webhooks from your own app in a few lines. All you need is your Apify API token.
📤 How do I export the data?
Every Apify dataset can be downloaded in one click from the console as CSV, JSON, JSONL, Excel, HTML, XML, or RSS. You can also pull results programmatically via the Apify API or stream them into BigQuery, S3, and other destinations through built-in integrations.
📅 Can I schedule the actor to run automatically?
Yes. Use the Apify scheduler to run the actor on any cadence, from hourly to monthly. Results are saved to your dataset and can be delivered to webhooks, email, Slack, cloud storage, or automation tools such as Zapier and Make.
🔌 Automating Slack MCP Server
- 🟢 Node.js. Install the
apify-clientNPM package. - 🐍 Python. Use the
apify-clientPyPI package. - 📚 See the Apify API documentation for full details.
🔌 Integrate with any app
- Make - Automate Slack workflows
- Zapier - Connect 5,000+ apps
- Slack - Native Apify-Slack integration
- Airbyte - Data pipelines
- GitHub - Trigger from commits
- Google Drive - Export to Drive
🔗 Recommended Actors
- 🏢 HubSpot Marketplace Scraper - SaaS partner data
- 📰 PR Newswire Scraper - Press releases for Slack alerts
- 💼 DealStream Scraper - Business listings
- 🏪 BizQuest Scraper - SMB sale opportunities
- 🚗 Bring A Trailer Scraper - Auction updates
💡 Browse the complete ParseForge collection.
🆘 Need Help? Open our contact form to request a new scraper or report an issue.
⚠️ Disclaimer: Independent tool, not affiliated with Slack Technologies, LLC or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.