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

# Claude Code

> Set up Animus MCP in Claude Code and Claude Desktop

## Claude Code (CLI)

<Steps>
  <Step title="Add the MCP server">
    Run the following command in your terminal:

    ```bash theme={null}
    claude mcp add --transport http animus https://mcp.animus.so/mcp
    ```
  </Step>

  <Step title="Sign in">
    Start a new Claude Code session. You'll be prompted to sign in with your Animus account via OAuth.
  </Step>
</Steps>

## Claude Desktop

<Steps>
  <Step title="Open settings">
    Go to **Settings > Developer > Edit Config** to open `claude_desktop_config.json`.
  </Step>

  <Step title="Add the server configuration">
    ```json theme={null}
    {
      "mcpServers": {
        "animus": {
          "type": "http",
          "url": "https://mcp.animus.so/mcp"
        }
      }
    }
    ```
  </Step>

  <Step title="Restart and sign in">
    Restart the app. You'll be prompted to sign in with your Animus account when the server connects.
  </Step>
</Steps>

<Tip>You can also use Animus in your browser. Install from the [Chrome Web Store](https://chromewebstore.google.com/detail/animus-ai-bookmark-manage/kiojjkcbjhofijkimghmpajbniilkgle) or [Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/animus-ai-bookmark-manager/).</Tip>
