> ## 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.

# Overview

> Connect Animus to your AI tools via MCP

## What is MCP?

The **Model Context Protocol (MCP)** is an open standard that lets AI tools connect to external data sources. Animus provides an MCP server that gives your AI assistant direct access to your saved content library.

## How it works

1. **Add** the Animus MCP server URL to your editor or AI tool
2. **Sign in** with your Animus account when prompted (OAuth)
3. **Query** your saved content through natural language

Authentication uses OAuth 2.0 — your editor handles the sign-in flow automatically. No API keys needed.

## Supported providers

<CardGroup cols={2}>
  <Card title="Cursor" icon="code" href="/mcp/cursor">
    AI-native code editor with built-in MCP support.
  </Card>

  <Card title="Claude Code" icon="terminal" href="/mcp/claude-code">
    Anthropic's CLI tool and Claude Desktop app.
  </Card>

  <Card title="Windsurf" icon="wind" href="/mcp/windsurf">
    AI-powered editor by Codeium.
  </Card>

  <Card title="VS Code" icon="microsoft" href="/mcp/vscode">
    Copilot Chat with MCP support.
  </Card>
</CardGroup>

## Browser extension

You can also use Animus directly 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/).

## Available tools

Once connected, your AI assistant can use these tools to access your library. See the [tools reference](/mcp/tools) for details.
