instantly-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@instantly-mcpcheck the warmup health of my sending accounts"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
instantly-mcp
A local stdio MCP server that exposes the Instantly.ai v2 API to Claude Code — the same way crmdata exposes HubSpot, but with no dashboard, no database, no hosting. Just the tools.
Claude Code ──stdio──▶ node src/server.mjs ──HTTPS+Bearer──▶ Instantly v2 APISetup
cd instantly-mcp
npm install
cp .env.example .env # then paste your INSTANTLY_API_KEY
npm run smoke # boots the server, lists tools, does one live readGet the key from Instantly → Settings → Integrations → API keys.
Related MCP server: mautic-mcp
Wire it into Claude Code
Use absolute paths (stdio launches the process directly):
claude mcp add instantly -- node --env-file="C:/Users/colen/OneDrive/Desktop/Code-Projects/instantly-mcp/.env" "C:/Users/colen/OneDrive/Desktop/Code-Projects/instantly-mcp/src/server.mjs"Verify:
claude mcp listThen just ask, in any Claude Code session:
"How are my Instantly campaigns doing this week, and is any sending account's warmup health dropping?"
Tools
Read
Tool | What it does |
| Campaigns with ids, names, status |
| Sent/open/reply stats (one campaign or all) |
| Connected sending inboxes |
| Inbox-vs-spam + 0–100 health per account |
| SPF/DKIM/DMARC deliverability checks |
| Unibox (address or |
| One email, full body |
| Unread count |
| Leads on a campaign |
Write — staging (no send)
Tool | What it does |
| Create a sequence + schedule (does not launch) |
| Bulk-add leads to a campaign |
| Mark a unibox thread read |
Write — LIVE SEND (require confirm: true)
Tool | What it does |
| Launches a campaign — it starts sending |
| Sends a reply into a unibox thread |
The two live-send tools refuse unless you pass confirm: true, so cold email is never fired on a one-word ask.
Files
src/client.mjs thin Instantly v2 fetch wrapper (zero deps)
src/tools.mjs tool definitions (name, description, zod schema, handler)
src/server.mjs McpServer + stdio transport
scripts/smoke.mjs end-to-end boot + tools/list testNotes
All 9 read tools are verified live against the real workspace (2026-07-17). Two endpoints ported from salesintel were stale against the current v2 API and were corrected here: warmup is
POST /accounts/warmup-analytics(hyphen), and vitals takes{ accounts: [...] }and returns per-domain MX/SPF/DKIM/DMARC.client.mjstags each endpoint[verified]/[ported].The 5 write tools (
create_campaign,add_leads,mark_thread_read,activate_campaign,reply_to_email) are not exercised by the smoke test — they create/send.list_leads_in_campaignshares the/leads/listpath withadd_leadsand is verified, but confirm the add shape on your first real use.This repo does the querying; the
salesintelapp still owns durable infra (webhooks, reply polling, warmup ramp). Two views on one Instantly account, not two sources of truth.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseBqualityDmaintenanceA comprehensive MCP server providing Claude with full access to Brevo's marketing automation platform through the official SDK, featuring tools for email operations, contact management, campaigns, SMS, conversations, webhooks, e-commerce, and account management.163
- Flicense-qualityBmaintenanceA lightweight MCP server that connects Claude AI to Mautic marketing automation, enabling contact management, email sending, campaign operations, and analytics via natural language.1
- AlicenseAqualityDmaintenanceMCP server to manage Meta Ads (Facebook/Instagram) campaigns, ad sets, insights, and audiences from Claude Code using natural language.97MIT
- Alicense-qualityDmaintenanceMCP server for managing cold email campaigns, leads, email accounts, sequences, analytics, webhooks, and client sub-accounts via the Smartlead API.635MIT
Related MCP Connectors
Managed LinkedIn MCP server for AI agents: search, connect, message and enrich on accounts you own.
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/colenew1/Instantly-Mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server