Skip to main content

Claude Code (CLI)

1

Add the MCP server

Run the following command in your terminal:
claude mcp add --transport http animus https://mcp.animus.so/mcp
2

Sign in

Start a new Claude Code session. You’ll be prompted to sign in with your Animus account via OAuth.

Claude Desktop

1

Open settings

Go to Settings > Developer > Edit Config to open claude_desktop_config.json.
2

Add the server configuration

{
  "mcpServers": {
    "animus": {
      "type": "http",
      "url": "https://mcp.animus.so/mcp"
    }
  }
}
3

Restart and sign in

Restart the app. You’ll be prompted to sign in with your Animus account when the server connects.
You can also use Animus in your browser. Visit the Animus extension on the Chrome Web Store and click Add to Chrome.