> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runconverge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Ask Claude in Slack

> Query your Converge analytics data from Slack by @mentioning Claude.

Ask analytics questions right from Slack. @mention Claude, and it calls the Converge MCP server behind the scenes to fetch your data and reply in-thread. No context switching, no dashboards to open. See the [overview](/mcp/overview) for the full list of available tools and authentication details.

<Frame>
  <img src="https://mintcdn.com/converge/0PLingg_up3QyUjv/images/mcp/slack-0.png?fit=max&auto=format&n=0PLingg_up3QyUjv&q=85&s=4d990a5e20b6d1ffd4ad287f1b5e6780" alt="Ask Claude in Slack" width="1464" height="1106" data-path="images/mcp/slack-0.png" />
</Frame>

## Prerequisites

Before setting up Claude in Slack, connect the Converge MCP server to your Claude account first. Follow the [setup guide](/mcp/setup) to get started.

## Set up Claude in Slack

<Steps>
  <Step title="Install the Claude Slack app">
    A Slack workspace admin installs the Claude app from the [Slack Marketplace](https://slack.com/marketplace/A08SF47R6P4-claude).
  </Step>

  <Step title="Connect your Claude account">
    Open the Claude app in Slack and click **Connect Account**. Authorize with the
    same Claude account where you connected the Converge MCP server.
  </Step>

  <Step title="Enable Chat mode">
    In the Claude app home in Slack, find **Routing Mode** and select **Code + Chat**. This lets Claude route analytics questions through Chat, where MCP connectors live.

    The routing options are:

    * **Code**: Routes all messages to Claude Code (no MCP access).
    * **Code + Chat**: Claude decides which mode fits the message. Pick this one so analytics questions go through Chat (MCP connectors available) while code questions still work.

    <Frame>
      <img src="https://mintcdn.com/converge/0PLingg_up3QyUjv/images/mcp/slack-1.png?fit=max&auto=format&n=0PLingg_up3QyUjv&q=85&s=2b16209a7e7db38f168cba193496eb0a" alt="Enable Chat mode" width="1664" height="890" data-path="images/mcp/slack-1.png" />
    </Frame>
  </Step>

  <Step title="Invite Claude to a channel">
    In the Slack channel where you want to use Claude, type `/invite @Claude`.
  </Step>

  <Step title="Verify the setup">
    @mention Claude with an analytics question to confirm everything works. For example:

    > @Claude what is revenue for Acme Corp for the last 7 days?

    Claude should call the Converge MCP server and reply with your data in the thread. Note that Claude keeps context within a Slack thread. Reply in the same thread and @mention Claude to ask follow-up questions without repeating yourself.
  </Step>
</Steps>
