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

# Connect Claude

> Add the Superdata Agent Plugins package to a Claude client.

<Tabs>
  <Tab title="Desktop and Cowork">
    <Steps>
      <Step title="Open Agent Plugins">
        Open the plugin or Agent Plugins settings for your Claude client.
      </Step>

      <Step title="Add the package">
        Add this repository as the Superdata Agent Plugins package:

        ```text theme={null}
        https://github.com/superdata-hq/superdata-plugins
        ```
      </Step>

      <Step title="Install Superdata">
        Enable Superdata and connect the hosted MCP server when your client
        prompts you.
      </Step>

      <Step title="Connect your account">
        Complete client-managed sign-in with your approved Superdata account.
      </Step>

      <Step title="Run a search">
        Start a new chat or Cowork task, type `/`, choose Superdata, and add your
        question.
      </Step>
    </Steps>
  </Tab>

  <Tab title="Claude Code">
    <Steps>
      <Step title="Add the package">
        Add this repository as the Superdata Agent Plugins package:

        ```text theme={null}
        https://github.com/superdata-hq/superdata-plugins
        ```
      </Step>

      <Step title="Reload plugins">
        Reload plugins if your client does not load the new package immediately.
      </Step>

      <Step title="Connect Superdata">
        Run `/mcp`, select Superdata, and complete client-managed sign-in.
      </Step>

      <Step title="Use the plugin">
        Start a new session and run `/superdata:superdata` followed by your
        question, or ask Claude to use Superdata.
      </Step>
    </Steps>
  </Tab>
</Tabs>

<Info>
  Agent Plugins 1.0.0 does not define portable OAuth fields in `mcp.json`.
  Authentication is handled by your client and the hosted Superdata MCP server.
  API keys remain available for CI and clients that cannot complete an
  interactive authorization flow.
</Info>
