extension

Integrations & API

Connect Drag to the tools your team already uses.

5,000+ apps. Zero switching.

Drag connects to your CRM, helpdesk, project tools, and more, through Zapier, native integrations, and a REST API. Your workflow stays in Gmail. Everything else plugs in.

Per seat, from $12/mo · 7-day free trial

Stripe
Slack
ZZapier
Notion
HubSpot
Zendesk
Google
SSalesforce
LLinear
JJira
SShopify
+5,000 more

Built-in, not bolted on.

Native integrations work out of the box. No middleware, no connectors. Just connect and go.

NATIVE INTEGRATIONS

Google Workspace

Drag is built for Google. These just work.

Gmail

Your inbox IS the workspace

calendar_today

Google Calendar

Auto-create events from tasks

Google Drive

Attach files from Drive

groups

Google Groups

Turn Groups into shared inboxes

WhatsApp

Manage WhatsApp in Gmail

VIA ZAPIER

5,000+ apps

Connect anything through Zapier. No code required.

Stripe

Trigger on charges, refunds

Slack

Post notifications, alerts

HubSpot

Sync contacts and deals

cloud

Salesforce

CRM sync, lead creation

linear_scale

Linear

Create issues from email

AGENT CONNECTIONS

Knowledge + Actions

What the Drag Agent reads from and acts on.

Notion

Knowledge base source

hub

Confluence

Docs and SOPs

Zendesk

Ticket creation and sync

picture_as_pdf

Help docs & PDFs

Upload any document

link

URLs & websites

Crawl any public page

Four ways to connect.

No-code, low-code, full API, or AI-native. Pick the path that fits your team.

No code

Zapier

Connect Drag to 5,000+ apps with visual workflows. "When email arrives in Support board, create a Jira ticket." Set up in minutes, no developer needed.

Browse Zapier templates
Native

Google Workspace

Gmail, Calendar, Drive, Groups, Contacts, all connected natively. No setup, no middleware. Drag is a Google Workspace app, so everything just works.

Learn more
Full control

REST API

Build custom integrations, create cards programmatically, automate workflows from external systems. Full API documentation with auth, endpoints, and examples.

View API docs
AI-native

MCP Server

Connect your inbox to Claude, ChatGPT, Gemini, Copilot, Cursor, or any MCP-compatible AI tool. One npx command, 47 tools, natural language control.

Connect via MCP

For developers.

REST API and MCP server. Build anything on top of Drag, or connect your AI tools with a single command.

The Drag API gives you programmatic access to boards, cards, tags, and email operations. The MCP server gives AI tools the same access. 47 tools, one install command.

Authenticate with an API key. Base URL: v2/. JSON responses. Standard HTTP status codes. Rate-limited at 100 requests/minute.

REST API
// List all boards for authenticated user
const response = await fetch('https://api.dragapp.com/v2/boards', {
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY'
  }
});
MCP Server
// Install and connect from any AI tool
$ npx -y @dragapp/mcp-server

Model Context Protocol

Connect via MCP.

Give any MCP-compatible AI tool (Claude, ChatGPT, Gemini, Copilot, Cursor, and more) full access to your boards, emails, cards, contacts, and analytics. 47 tools, one install command.

$npx -y @dragapp/mcp-server
MCP config
{
  "mcpServers": {
    "dragapp": {
      "command": "npx",
      "args": ["-y", "@dragapp/mcp-server"],
      "env": {
        "DRAG_API_KEY": "your-api-key"
      }
    }
  }
}

AI Platform

The inbox your team and your AI work in together

Shared inbox, boards, live chat, and WhatsApp with AI included, in Gmail and beyond, plus an MCP server your AI tools can drive.

7-day trial, no card required4.7 · 1,200+ reviews
Gmail extension
Web app
Desktop
iOS + Android
API
MCP server: works with Claude, ChatGPT, Copilot, Cursor