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

# Brew MCP Server

> Connect Brew to ChatGPT, Claude, Grok, Cursor, Codex, and any AI agent with the Model Context Protocol.

The **Brew MCP server** exposes Brew to AI agents over the [Model Context Protocol](https://modelcontextprotocol.io). Connect it in ChatGPT, Claude, Grok, Cursor, Codex, or any MCP client and your agent gets the full Brew toolset (generate, send, schedule, automate, segment, and analyze on-brand email) backed by the **same brand and data as the app**.

It is a thin, typed layer over the [Public API v1](/api-reference/api/api-introduction): every tool reuses the same executors, validation, credit metering, and permission logic as the HTTP API. Anything you do in the in-app chat, you can do from your own agent harness.

## Why It Matters

Brew becomes the **email marketing memory and infrastructure** for your agents:

* **Parity**: manage your brand, design and iterate emails, send and schedule, build automations, manage contacts and segments, and read performance, all from an agent.
* **Continuity**: jump from the Brew chat to ChatGPT, Claude, Grok, Cursor, or Codex without losing context. The MCP is scoped to your brand, so your agent sees the same emails, audiences, and analytics.
* **Composability**: Brew gets more powerful next to other MCPs. Pair it with a CRM or enrichment MCP (Clay, Attio, …) to add rich contact context, build **intelligent segments**, and send genuinely personalized campaigns.

## The Connection

```
https://brew.new/api/mcp
```

A stateless, Streamable HTTP MCP endpoint. It supports compatible MCP protocol versions, standards-based OAuth discovery, JSON-RPC responses over SSE framing, tools, prompts, resources, and MCP App metadata where the host supports it. Brew is its own **OAuth 2.1 connector**, so most clients connect with no key: add the URL, **sign in with Brew**, and **pick a brand**. Clients without an OAuth UI can send a brand-scoped **API key** (`Authorization: Bearer brew_…`) instead. Either way the connection is scoped to one brand and the URL is the same for everyone. See [Connect your client](/api-reference/mcp/connect-your-client) and [Authentication & scoping](/api-reference/mcp/authentication-and-scoping).

## What's Next

* [Quickstart](/api-reference/mcp/quickstart): connect your client and run your first workflow.
* [Tools](/api-reference/mcp/tools): the full tool catalog by domain.
* [Workflows](/api-reference/mcp/workflows): guided recipes, including composing with a CRM MCP.
* [Authentication & scoping](/api-reference/mcp/authentication-and-scoping): auth modes, brand scoping, idempotency.

## Need help?

Our team is ready to support you at every step of your journey with Brew. Choose the option that works best for you:

<Tabs>
  <Tab title="Self-Service Tools">
    <CardGroup cols="2">
      <Card title="Search Documentation" icon="magnifying-glass" color="#c44925">
        Type in the "Ask any question" search bar at the top left to instantly find relevant documentation pages.
      </Card>

      <Card title="ChatGPT/Claude Integration" icon="robot" color="#c44925">
        Click "Open in ChatGPT" at the top right of any page to analyze documentation with ChatGPT or Claude for deeper insights.
      </Card>
    </CardGroup>
  </Tab>

  <Tab title="Talk to Our Team">
    <CardGroup cols="2">
      <Card title="Schedule a Call" icon="calendar" color="#c44925" href="https://calendar.google.com/calendar/u/0/appointments/schedules/AcZssZ1iYoRUG1J792XQpbuQLjSRRDupr7MwraFK-HQRCtTYdBmrQi8nZu2qXfzKQigb8gbKJK3KN3-R">
        Book time with our founders for personalized guidance on strategy, best practices, or complex implementation questions.
      </Card>

      <Card title="Call Us Directly" icon="phone" color="#c44925">
        Need immediate assistance? Reach us at **+1-(332)-203-2145** for urgent issues or time-sensitive questions.
      </Card>

      <Card title="Slack Channel" icon="slack" color="#c44925">
        Our preferred support channel. You'll receive an invite after signup for direct founder support and fast responses.
      </Card>

      <Card title="Email Support" icon="envelope" color="#c44925" href="mailto:support@brew.new">
        Contact us at **[support@brew.new](mailto:support@brew.new)** for detailed inquiries or if you prefer not to use Slack.
      </Card>
    </CardGroup>
  </Tab>
</Tabs>
