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

# Connect AutoSend MCP to ChatGPT

> Set up AutoSend MCP server as a connector in ChatGPT.

export const APP_PATHS = {
  home: '/',
  quickstart: '/quickstart',
  domainConfiguration: '/domain',
  apiReference: '/api-reference',
  sendEmail: '/api-reference/mails/send',
  bulkSendEmail: '/api-reference/mails/bulk',
  upsertContactApiRef: '/api-reference/contacts/upsert-contact',
  transactional: '/transactional-emails',
  emailActivity: '/transactional-emails/email-activity',
  emailTemplates: '/transactional-emails/email-templates',
  sendingEmail: '/quickstart/email-using-api',
  transactionalTroubleshooting: '/transactional-emails/troubleshooting',
  marketing: '/marketing-emails',
  campaigns: '/marketing-emails/campaigns',
  contacts: '/marketing-emails/contacts',
  contactsIntroduction: '/marketing-emails/contacts/introduction',
  contactsImportCsv: '/marketing-emails/contacts/import-csv',
  contactsLists: '/marketing-emails/contacts/lists',
  contactsSegments: '/marketing-emails/contacts/segments',
  contactsCustomFields: '/marketing-emails/contacts/custom-fields',
  sender: '/marketing-emails/sender',
  unsubscribeGroups: '/others/unsubscribe-groups',
  webhookIntroduction: '/others/webhooks/introduction',
  webhookEventType: '/others/webhooks/event-type',
  webhookRetries: '/others/webhooks/retries',
  webhookVerifyRequests: '/others/webhooks/verify-requests',
  dynamicTemplates: '/dynamic-templates',
  guides: '/guides',
  sitemap: '/sitemap.xml',
  team: '/others/team',
  automations: '/automations',
  smtpIntroduction: '/quickstart/smtp',
  betterAuth: '/guides/better-auth',
  templateVariables: '/transactional-emails/variables',
  suppressions: '/others/suppressions',
  rateLimit: '/api-reference/rate-limit',
  nodejsSdk: '/sdk/nodejs',
  smtpIntegrationGuides: '/guides/smtp',
  apiKeys: '/api-keys',
  apiReferenceIntroduction: '/api-reference/introduction',
  lovableGuide: '/ai/integrations/lovable',
  aiIntroduction: '/ai/introduction',
  aiSkills: '/ai/skills',
  aiMcpServer: '/ai/mcp-server',
  aiLovable: '/ai/integrations/lovable',
  aiBolt: '/ai/integrations/bolt',
  aiV0: '/ai/integrations/v0',
  aiReplit: '/ai/integrations/replit',
  mcpClaude: '/ai/mcp-clients/claude',
  mcpCursor: '/ai/mcp-clients/cursor',
  mcpCopilot: '/ai/mcp-clients/copilot',
  mcpWindsurf: '/ai/mcp-clients/windsurf',
  mcpCodex: '/ai/mcp-clients/codex',
  mcpAntigravity: '/ai/mcp-clients/antigravity',
  mcpChatgpt: '/ai/mcp-clients/chatgpt',
  mcpRaycast: '/ai/mcp-clients/raycast',
  domainWarmup: '/marketing-emails/domain-warmup',
  projects: '/projects',
  createAutomationApi: '/api-reference/automations/create-automation'
};

<Frame>
  <img src="https://mintcdn.com/autosend-13920f5c/i6ZwoNOMtaBsEIWa/images/ai-tools/autosend-mcp-chatgpt.jpg?fit=max&auto=format&n=i6ZwoNOMtaBsEIWa&q=85&s=aa350b4b477861e8c14571ca4183efa9" alt="Autosend Mcp Chatgpt" width="1800" height="600" data-path="images/ai-tools/autosend-mcp-chatgpt.jpg" />
</Frame>

## Setup

<Steps>
  <Step titleSize="h3" title="Enable Developer Mode">
    Go to **Settings > Connectors > Advanced settings** and enable **Developer mode**.
  </Step>

  <Step titleSize="h3" title="Create a connector">
    Open **Settings**, go to the **Connectors** tab, and click **Create** to add a new connector.
  </Step>

  <Step titleSize="h3" title="Configure AutoSend">
    Enter the following details:

    * **Name:** `AutoSend`
    * **MCP server URL:** `https://mcp.autosend.com/`
    * **Authentication:** `OAuth`

    Click **Create**.
  </Step>

  <Step titleSize="h3" title="Authorize">
    The AutoSend connector will appear in the composer's Developer mode tool. Follow the OAuth prompt to log in to your AutoSend account.
  </Step>
</Steps>

<Info>MCP connectors in ChatGPT are available for Pro and Plus accounts on the web.</Info>

## Next Steps

<CardGroup cols={2}>
  <Card icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/mcp-server.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=0dd551ae2357852385b62e88f54306f9" href={APP_PATHS.aiMcpServer} title="MCP Server Overview" width="24" height="24" data-path="icons/mcp-server.svg">
    See all available tools, guided workflows, and examples.
  </Card>

  <Card icon="https://mintcdn.com/autosend-13920f5c/nx_wYfWx3qeZwg1C/icons/skill.svg?fit=max&auto=format&n=nx_wYfWx3qeZwg1C&q=85&s=ae3a53a746a17ed5ec3dceca2fb5be8f" href={APP_PATHS.aiSkills} title="AutoSend Skills" width="24" height="24" data-path="icons/skill.svg">
    Install skill files for additional AI agent context.
  </Card>
</CardGroup>
