Create or open a Slack app
- Go to the Slack API and sign in or join the Slack Developer Program.
- Click Create New App (or open an existing app you want to reuse for MCP and skip the app creation step).
- Choose From scratch, set an app name and workspace, then click Create App.
Enable the Slack MCP server
- In the left sidebar, open Agents & AI Apps (or go to
https://api.slack.com/apps/<your-app-id>/app-assistant). - Scroll to the Model Context Protocol section and toggle it on.
- Save changes.
Set redirect URL and user token scopes
- In the left sidebar, open OAuth & Permissions.
- Under Redirect URLs, add:
https://api.nango.dev/oauth/callback. - Under Scopes, find User Token Scopes and add the scopes your MCP use case needs.
- Save changes.
Copy credentials
- Open the Basic Information tab.
- Copy your Client ID and Client Secret. You will enter these when configuring the Slack (MCP) integration in Nango.
Next
Follow the Quickstart.