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

# Overview

> Open-source client libraries for the Dub API

## MCP Server

<Card title="Dub MCP Server" icon="robot" href="/docs/mcp-server">
  Use the Dub MCP server to manage your partner program with the AI agent of
  your choice.
</Card>

## Server-side SDKs

Dub offers server-side SDKs for many popular programming languages:

<CardGroup cols={2}>
  <Card title="TypeScript" icon="npm" href="/docs/sdks/typescript">
    TypeScript library for the Dub API
  </Card>

  <Card title="Go" icon="golang" href="/docs/sdks/go">
    Go library for the Dub API
  </Card>

  <Card title="Python" icon="python" href="/docs/sdks/python">
    Python library for the Dub API
  </Card>

  <Card title="Ruby" icon="gem" href="/docs/sdks/ruby">
    Ruby library for the Dub API
  </Card>

  <Card title="PHP" icon="php" href="/docs/sdks/php">
    PHP library for the Dub API
  </Card>
</CardGroup>

## Client-side SDKs

<CardGroup cols={2}>
  <Card title="@dub/analytics" icon="js" href="/docs/sdks/client-side/introduction">
    Dub Analytics SDK
  </Card>
</CardGroup>

## Client-side mobile SDKs

<CardGroup cols={2}>
  <Card title="dub-ios" icon="swift" href="/docs/sdks/client-side-mobile/installation-guides/swift">
    Dub iOS SDK
  </Card>

  <Card title="dub-react-native" icon="react" href="/docs/sdks/client-side-mobile/installation-guides/react-native">
    Dub React Native SDK
  </Card>
</CardGroup>

## Embedded Dashboards

<CardGroup cols={2}>
  <Card title="Referrals Embed" icon="window" href="/docs/sdks/embed/referrals">
    Embed the Dub Referrals dashboard in your application
  </Card>
</CardGroup>

## CLI

<CardGroup cols={2}>
  <Card title="Dub CLI" icon="terminal" href="/docs/sdks/cli">
    Shorten and manage your links directly from your terminal
  </Card>
</CardGroup>
