Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.erlin.ai/llms.txt

Use this file to discover all available pages before exploring further.

What you need

  • Claude Desktop app or claude.ai (download here)
  • An Erlin account (free or paid)
Nothing else to install. No coding required.
1

Open your profile

In Claude Desktop, click your profile icon in the bottom-left corner.
2

Go to Settings

Click Settings from the menu.
3

Open Connectors

In Settings, find and click Connectors.
4

Add custom connector

Click “Add custom connector” and paste this URL:
https://mcp.erlin.ai/mcp
5

Connect and authorize

Click Connect. Your browser will open to the Erlin sign-in page. Sign in with your Erlin account and click Approve.
6

Done

You’ll see Erlin appear in your connectors list. From now on, Claude can access your brand data whenever you ask.

Enabling Erlin in a conversation

In any chat, click the ”+” button next to the message input → Connectors → toggle Erlin on.

For Team and Enterprise plans

An Owner must first add the connector to the organization:
  1. Navigate to Organization settings → Connectors
  2. Click “Add” → hover over “Custom” → select “Web”
  3. Enter the URL: https://mcp.erlin.ai/mcp
  4. Click “Add”
Then each team member goes to their own Settings → Connectors and clicks Connect next to the Erlin connector.
No API keys or config files needed. Claude connects to Erlin’s remote MCP server from Anthropic’s cloud — it works across claude.ai, Claude Desktop, and mobile.

Alternative: Claude Code (CLI)

For developers using Claude Code, run this in your terminal:
claude mcp add erlin-brand-visibility \
  --transport http \
  --url https://mcp.erlin.ai/mcp \
  --header "X-API-Key: ek_live_your_key_here"
Get your API key from Account → MCP Integration in the Erlin dashboard.

Alternative: Claude Desktop (JSON config)

If you prefer manual configuration, add this to your claude_desktop_config.json:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "erlin-brand-visibility": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.erlin.ai/mcp",
        "--header",
        "X-API-Key:${ERLIN_API_KEY}"
      ],
      "env": {
        "ERLIN_API_KEY": "ek_live_your_key_here"
      }
    }
  }
}
Get your API key from Account → MCP Integration in the Erlin dashboard. Restart Claude Desktop after saving.

Verify your connection

After setup, ask your AI assistant:
“List my Erlin websites”
If you see your tracked websites, you’re all set.

Team access

If your organization uses Claude for Work, your admin can add Erlin once and everyone on the team gets access automatically. No per-user setup needed.

Troubleshooting

ProblemSolution
”Server disconnected”Quit Claude Desktop completely (Cmd+Q / Alt+F4) and reopen it
Sign-in page doesn’t loadMake sure you can access app.erlin.ai in your browser first. Clear cookies and retry.
”Invalid or expired API key”Generate a new key at Account → MCP Integration
”Access Restricted”Only account owners can access MCP config. Check with your admin.
Tools don’t appearCheck config file path, restart Claude Desktop
”Rate limit exceeded”Wait the indicated time (10 checks/min, 50/hour)
Still stuck? Email [email protected] for help.