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

# MCP

> Connect the Loops MCP server to Claude Code and Claude Desktop.

The Loops [MCP](https://modelcontextprotocol.io) server lets Claude work with your Loops account — managing contacts, campaigns, transactional emails, and more.

## Claude Code CLI

<Steps>
  <Step title="Add the Loops MCP server">
    ```bash theme={"dark"}
    claude mcp add loops https://mcp.loops.so --scope user --transport http
    ```
  </Step>

  <Step title="Authenticate">
    Run `/mcp` inside Claude Code and follow the prompt to sign in to Loops in your browser.
  </Step>

  <Step title="Test the connection">
    Ask Claude something like *"Which Loops teams am I a part of?"* to confirm it can reach your account.
  </Step>
</Steps>

## Claude Desktop

<Steps>
  <Step title="Open connector settings">
    In Claude Desktop, go to **Settings → Connectors** and click **Browse connectors**.
  </Step>

  <Step title="Add the Loops MCP server">
    Search for "Loops" and click the "+" button to the right. Click the "Connect" or "Add to your team" button.
  </Step>

  <Step title="Authenticate">
    Open the connector and follow the prompt to sign in to Loops in your browser.
  </Step>

  <Step title="Test the connection">
    Ask Claude something like *"Which Loops teams am I a part of?"* to confirm it can reach your account.
  </Step>
</Steps>


## Related topics

- [Agent skills for Loops](/docs/skills.md)
- [Quickstart for agents](/docs/quickstart-agents.md)
