> ## 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 Windsurf

> Set up AutoSend MCP server in Windsurf to manage emails with AI.

export const WINDSURF = "https://windsurf.com";

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-windsurf.jpg?fit=max&auto=format&n=i6ZwoNOMtaBsEIWa&q=85&s=71be58e424af343805d325775846ef30" alt="Windsurf" width="1800" height="600" data-path="images/ai-tools/autosend-mcp-windsurf.jpg" />
</Frame>

## Setup

Add the following to your `mcp_config.json` file. For more details, see the <a href={WINDSURF} target="_blank">Windsurf documentation</a>.

```json theme={null}
{
	"mcpServers": {
		"autosend": {
			"serverUrl": "https://mcp.autosend.com/"
		}
	}
}
```

When you first use the MCP tools, Windsurf will open your browser to authorize the connection with your AutoSend account.

## Next Steps

<CardGroup cols={2}>
  <Card title="MCP Server Overview" 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} width="24" height="24" data-path="icons/mcp-server.svg">
    See all available tools, guided workflows, and examples.
  </Card>

  <Card title="AutoSend Skills" 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} width="24" height="24" data-path="icons/skill.svg">
    Install skill files for additional AI agent context.
  </Card>
</CardGroup>
