Skip to main content
No longer maintained. This Runlayer-built connector is deprecated and will not receive further updates. Use Slack (Official), Slack’s official hosted MCP server, instead.
Connect your AI assistant to Slack for messaging, channel management, and workspace search. Uses Slack OAuth for authentication.

Available Tools

Setup

1

Create Slack App from Manifest

  1. Go to Slack API: Applications
  2. Click Create New App > From a manifest
  3. Select your workspace and click Next
  4. Paste this manifest (replace <your-tenant> with your Runlayer subdomain):
  1. Click Next, review the summary, then click Create
2

Install App to Workspace

  1. Go to Settings > Install App in the sidebar
  2. Click Install to Workspace and authorize the app
3

Get Credentials

  1. Go to Basic Information in the app settings
  2. Copy the Client ID and Client Secret
4

Add Server in Runlayer

  1. In Runlayer, go to My connectors, find Slack, and click Add connector
  2. Check Custom OAuth credentials
  3. Enter your Client ID and Client Secret
  4. Click Deploy Server
5

Authorize

  1. Click Connect on the server page
  2. Select your workspace and click Allow

Troubleshooting

Verify the redirect URL matches exactly: https://<your-tenant>.runlayer.com/oauth/callback/ (include trailing slash).
Add the missing scope in Slack’s OAuth & Permissions, then revoke and reconnect in Runlayer.