The Instantly MCP Server enables AI assistants to comprehensively manage Instantly.ai's email campaigns, accounts, leads, and analytics through seamless API integration.
Core Capabilities:
Campaign Management: Create campaigns with intelligent three-stage workflows, update details and status, activate campaigns, and retrieve complete campaign data with pagination
Account Management: List and update sending accounts, monitor warmup analytics, validate account eligibility, and manage daily limits and settings
Lead Management: Create, update, filter, and organize leads across campaigns and lists with comprehensive pagination support
Analytics & Reporting: Track campaign performance, get overview analytics, and monitor warmup progress for sending accounts
Email Operations: Reply to existing emails, list email history with filtering, and verify email addresses for deliverability
Administrative Tools: Manage API keys, check premium feature availability, and validate account permissions
Flexible Deployment: Support for both local (stdio) and remote (HTTP) deployment with robust authentication options
The server provides complete dataset retrieval through automatic pagination and offers premium features like email verification based on your Instantly.ai plan.
Enables connection to Gmail accounts through the Instantly API, supporting email campaign management and deliverability monitoring through IMAP/SMTP authentication.
Provides integration with Google-based email accounts for managing email campaigns, monitoring account health, and handling email verification through the Instantly platform.
Instantly MCP Server
A Model Context Protocol (MCP) server for Instantly.ai email campaign management.
Quick Start
Installation
Configuration
Server available at: http://localhost:3000/mcp
Claude Desktop Setup (Local)
Related MCP server: SendGrid MCP Server
Remote HTTP Endpoint
Production Endpoint
URL: https://mcp.instantly.ai/mcp
Authentication Methods
1. URL-based Authentication
2. Header Authentication
Note: Bearer token prefix is not required
Usage with MCP Clients
Configure your MCP client to use the remote endpoint:
Available Tools (36 Total)
Campaign Management (6 tools)
create_campaign - Create email campaigns with bulletproof timezone validation
list_campaigns - List campaigns with filtering
get_campaign - Get campaign details
update_campaign - Update campaign settings
activate_campaign - Start campaigns
pause_campaign - Pause campaigns
Analytics (4 tools)
get_campaign_analytics - Campaign performance metrics
get_daily_campaign_analytics - Daily analytics with date filtering
get_warmup_analytics - Email warmup analytics
test_account_vitals - Test account connectivity
Lead Management (8 tools)
create_lead - Add leads to campaigns
list_leads - List leads with filtering
get_lead - Get lead details
update_lead - Update lead information
delete_lead - Delete leads (⚠️ destructive)
create_lead_list - Create lead lists
list_lead_lists - List all lead lists
update_lead_list - Update lead list settings
get_verification_stats_for_lead_list - Get email verification stats for a lead list
add_leads_to_campaign_or_list_bulk - Bulk add leads to campaigns or lists
move_leads_to_campaign_or_list - Move leads between campaigns or lists
Email Operations (5 tools)
list_emails - List emails with filtering
get_email - Get email details
reply_to_email - Reply to emails (⚠️ sends real emails)
verify_email - Verify email deliverability
count_unread_emails - Count unread emails
Account Management (11 tools)
list_accounts - List email accounts
create_account - Create email accounts with IMAP/SMTP
update_account - Update account settings
get_account_details - Get detailed account info
get_account_info - Get account status
pause_account - Pause accounts
resume_account - Resume accounts
delete_account - Delete accounts (⚠️ destructive)
enable_warmup - Enable email warmup
disable_warmup - Disable email warmup
test_account_vitals - Test account connectivity
Authentication
Environment Variable
URL Authentication
Header Authentication
Features
Streamable HTTP Transport - Remote MCP server at
https://mcp.instantly.ai/mcpBulletproof Timezone System - 26 verified working timezones with intelligent fallbacks
Production Ready - Rate limiting, error handling, pagination
Instantly.ai API v2 - Full compatibility with latest API
Dual Authentication - URL-based and header-based API key authentication
Dual Transport - STDIO and HTTP streaming support
License
MIT