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

# Remote MCP server

> Connect Ecomail directly to Claude.ai or ChatGPT via the hosted remote MCP server — no installation required.

The Ecomail remote MCP server lets you connect your Ecomail account to **Claude.ai** or **ChatGPT** with just a few clicks. No local installation or API keys needed — authentication is handled via OAuth.

<Info>
  Looking for the local MCP server for developer tools like Claude Code or Cursor? See the [Local MCP server](/ecomail-ai/mcp) guide instead.
</Info>

## Claude.ai

<Steps>
  <Step title="Open MCP integrations">
    In any Claude.ai conversation, click the **Search and tools** icon (magnifying glass) at the bottom of the chat input, then click **Add integrations**.
  </Step>

  <Step title="Add the Ecomail server">
    Click **Add custom MCP server**. Enter the server URL, replacing `{your_account_name}` with your Ecomail account name:

    ```
    https://{your_account_name}.ecomailapp.cz/mcp
    ```

    For example, if your account name is `acme`, the URL would be `https://acme.ecomailapp.cz/mcp`.

    Give it a name (e.g. `Ecomail`) and click **Add**.
  </Step>

  <Step title="Authorize your account">
    Claude.ai will redirect you to the Ecomail login page. Sign in with your Ecomail credentials and authorize the connection.
  </Step>

  <Step title="Start using it">
    Once connected, Ecomail tools will appear in the **Search and tools** panel. You can now ask Claude questions like *"Show me my latest campaigns"* or *"Find subscriber [john@example.com](mailto:john@example.com)"*.
  </Step>
</Steps>

## ChatGPT

<Warning>
  Custom MCP connectors in ChatGPT require a **Plus** or **Pro** subscription with **Developer Mode** enabled. Developer Mode is currently in beta — when active, chat memory is automatically disabled. [Learn more](https://medium.com/@alexeylark/chatgpt-custom-mcp-connectors-with-developer-mode-d791fde17d25)
</Warning>

<Steps>
  <Step title="Enable Developer Mode">
    Go to **Settings** > **Connected apps**, open **Advanced settings** and toggle **Developer Mode** on. Accept the warning about unverified servers.
  </Step>

  <Step title="Add the Ecomail server">
    Enter the server URL, replacing `{your_account_name}` with your Ecomail account name:

    ```
    https://{your_account_name}.ecomailapp.cz/mcp
    ```

    For example, if your account name is `acme`, the URL would be `https://acme.ecomailapp.cz/mcp`.

    Click **Connect**.
  </Step>

  <Step title="Authorize your account">
    ChatGPT will redirect you to the Ecomail login page. Sign in and authorize the connection.
  </Step>

  <Step title="Start using it">
    Ecomail tools are now available in your conversations. Ask ChatGPT things like *"What are my active automations?"* or *"Show deliverability stats for the last 30 days"*.
  </Step>
</Steps>

## Feedback

Have ideas or ran into issues with the MCP integration? You can send feedback directly from your AI conversation using the built-in **MCP Feedback** tool. Just ask:

> *"Send feedback to Ecomail: I'd love to see a tool for managing contact lists."*

Your message will be delivered to the Ecomail team via Slack. See the full list of available tools in the [MCP tools reference](/ecomail-ai/mcp-tools).
