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

# Claude Code Setup

> Connect Slashy MCP to Claude Code with a single terminal command.

Claude Code is Anthropic's terminal-based coding agent. Adding Slashy is a single command.

## Setup

<Steps>
  <Step title="Run the add command">
    In your terminal, run:

    ```bash theme={null}
    claude mcp add --transport http slashy https://slashy.ctrlcenter.ai/mcp
    ```

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/claude-code-terminal.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=c34d85b7732b34b1cf41887c7a2c6737" alt="Claude Code terminal running the add command" style={{width: "100%", maxWidth: "700px", margin: "0 auto"}} width="1296" height="530" data-path="images/mcp/claude-code-terminal.png" />
    </Frame>
  </Step>

  <Step title="Approve OAuth in your browser">
    Claude Code opens your default browser to the Slashy login page. Sign in with Google and click **Allow** to grant access.

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/claude-code-oauth.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=4bcc60ccbcf429836e1658b48c39fb16" alt="Slashy OAuth approval screen" style={{width: "100%", maxWidth: "500px", margin: "0 auto"}} width="1376" height="1402" data-path="images/mcp/claude-code-oauth.png" />
    </Frame>
  </Step>

  <Step title="Verify the connection">
    Back in the terminal, run:

    ```bash theme={null}
    claude mcp list
    ```

    You should see `slashy` listed as **connected**.

    <Frame>
      <img src="https://mintcdn.com/karvixinc/Cf5d-qp20wjPdVvk/images/mcp/claude-code-verify.png?fit=max&auto=format&n=Cf5d-qp20wjPdVvk&q=85&s=c7ab5d476a159a94395955d22d1459cd" alt="Claude Code mcp list output" style={{width: "100%", maxWidth: "700px", margin: "0 auto"}} width="1352" height="326" data-path="images/mcp/claude-code-verify.png" />
    </Frame>
  </Step>
</Steps>

## What happens after setup

Claude Code stores a short-lived OAuth token locally. It refreshes automatically. You never see or handle the token.

## Next steps

<CardGroup cols={2}>
  <Card title="Using Slashy MCP" icon="play" href="/how-to-guides/slashy-mcp-using">
    Email prompts for triage, drafting, follow-ups, and scheduling.
  </Card>

  <Card title="Troubleshooting" icon="wrench" href="/how-to-guides/slashy-mcp-troubleshooting">
    Fixes for OAuth, missing tools, and wrong accounts.
  </Card>
</CardGroup>
