Key takeaways:
- Instantly’s MCP server is hosted at
mcp.instantly.aiand needs nothing beyond an API key, with connection options for Claude Desktop, Cursor, n8n and any MCP client. - Instantly’s help center documents 31 tools across five categories, while its developer docs describe the server as exposing the full Instantly V2 API auto-generated from the spec. Those two framings do not fully reconcile.
- The recommended authentication is an API key in an
Authorizationheader, but Instantly documents putting the key in the URL path as a fallback, which is worth avoiding where you can. - Access comes with any plan, starting at $47 a month, with no separate developer tier.
The Instantly.ai MCP server takes the most literal approach in this category: rather than curating a set of tools, Instantly turned its entire V2 API into one.
That is a defensible decision and it has a specific consequence for how the server behaves in practice, which most reviews skip. This one does not.
We compete with Instantly directly and publish our own MCP server, so read the comparison section knowing that and judge the technical sections on the documentation, which is where everything factual here comes from.
What the Instantly MCP Server Is
Instantly MCP is a remote endpoint speaking the Model Context Protocol, the shared language assistants use to operate software on your behalf. It lets one manage your Instantly workspace in plain language rather than through the interface.
The Instantly.ai MCP endpoint lives at mcp.instantly.ai, and Instantly is explicit that no setup is required beyond your API key. There is nothing to install and nothing to run locally.
Understanding what sits underneath explains both the strengths and the gaps. Instantly’s product is built around mailbox rotation and warmup at volume, so the objects the server exposes are campaigns, leads, email accounts and sending statistics rather than anything resembling a CRM. Teams evaluating that layer will find our notes on email infrastructure a useful frame for what a sending platform is actually responsible for.
The Tool Count Question
This deserves a straight answer because the documentation gives two.
Instantly’s help center, in a tip aimed at n8n users, states that the MCP provides 31 tools across 5 categories: campaign management, lead management, analytics, email operations and account management. Its developer documentation instead describes the server as exposing the full Instantly V2 API surface, with every endpoint available as a tool, auto-generated from the API spec.
Both can be true if the V2 surface is genuinely that compact, and the categories line up either way. The practical takeaway is the same: the tool list is generated from the API rather than hand-picked, so it grows when the API grows and it mirrors endpoint structure rather than user intent.
That design has a real cost, and it is measurable. Research on tool selection published as RAG-MCP found that large language models struggle as the number of available tools grows, through prompt bloat and selection complexity. In its stress test, retrieving only the relevant tool descriptions rather than passing all of them more than tripled tool-selection accuracy, to 43.13% from a 13.62% baseline, while cutting prompt tokens by over half.
The practical implication is not that Instantly’s server is bad. It is that naming what you want precisely matters more here than with a curated catalog, because the assistant is choosing from a machine-generated list rather than a designed one.
What You Can Do With It
The five categories map cleanly onto the platform.
| Category | What it covers |
| Campaign management | Create campaigns, adjust settings and schedules, control status |
| Lead management | Add, update and organize leads across campaigns |
| Analytics | Pull performance data on campaigns and sending |
| Email operations | Work with the sending and inbox surface |
| Account management | Manage email accounts, warmup and workspace settings |
Instantly’s own example conversations show the intended rhythm: a morning check-in asking what happened overnight, a quick campaign creation from a plain-language brief, and a performance optimization pass over existing campaigns.
One feature deserves more attention than Instantly gives it. Once connected, you can manage which actions the assistant is permitted to perform. That is a per-connection permission control, and it is more than several better-known servers in this category offer, since most inherit whatever the authenticating account can reach and stop there.
The documented smoke test is asking what campaigns you have. If the list comes back, the connection is good, and if it does not, the problem is almost always the API key rather than the client configuration.
What the server will not do is decide who to contact. There is no prospect database behind it and no enrichment step, so every lead it manages arrived from somewhere else. That is the normal division across the outbound API layer, where sending platforms move contacts and data vendors supply them, and it holds here without exception.
Analytics is the category most improved by a conversational interface, for a reason worth naming. Comparing campaigns is the kind of question that takes four clicks and a mental note in an interface, and one sentence here. Creating campaigns, by contrast, is usually better done in the UI, because the assistant cannot see the copy the way you can.
How to Set Up Instantly MCP
Getting the API key takes about two minutes in your Instantly settings, and it is the only credential involved. Connecting depends on your client, and Instantly documents five routes.
Claude Desktop
The simplest path uses Claude’s connector interface directly. Instantly also documents editing claude_desktop_config.json if you prefer configuring it by hand, which is the same connection expressed differently.
Cursor and n8n
Cursor connects as a standard MCP server with no Instantly-specific steps. The n8n route is aimed at AI agents inside automated workflows, and Instantly’s own guidance there is worth repeating: think about which specific tools your agent actually needs, and design its prompts around those rather than exposing everything.
That advice is the practical answer to the tool-count problem above, and it applies well beyond n8n. Restricting an agent to the handful of tools its job actually needs improves both accuracy and cost, and it is the one configuration decision that matters most on any generated catalog.
Any Other MCP Client
Point the client at the Instantly MCP server URL and pass your API key in the Authorization header. This is the recommended method and the one to use wherever your client supports custom headers.
A Note on the URL Fallback
Instantly documents an alternative for clients that cannot set custom headers: including the key in the URL path instead.
That is a pragmatic fallback carrying a real trade-off, because credentials in a URL end up in places credentials should not be.
MITRE’s CWE-598 catalogs the weakness for query strings specifically, noting that sensitive values such as access tokens and API keys can be “saved in the browser’s history, passed through Referers to other web sites, stored in web logs, or otherwise recorded in other sources.” Its stated mitigation is to send sensitive information in the request body or headers instead.
To be precise, since precision matters here: Instantly’s fallback puts the key in the path rather than the query string, so the CWE entry does not describe it exactly. The logging exposure is the same either way, because it is the URL that gets recorded. Use the header method unless your client genuinely cannot, and rotate the key if you have been using the URL route.
Instantly MCP Pricing
Nothing is billed for the connector itself, and Instantly sells no developer tier alongside it. Access rides on whichever plan you already hold.
| Plan | Price per month | Uploaded contacts | Emails per month |
| Growth | $47 | 1,000 | 5,000 |
| Hypergrowth | $97 | 25,000 | 125,000 |
| Light Speed | $358 | 100,000 | 500,000 |
| Enterprise | Custom | 100,000+ | 500,000+ |
Unlimited email accounts and unlimited warmup are included from the entry tier, which is Instantly’s most distinctive commercial choice and a genuine advantage for agencies running large mailbox pools. Several competitors bill per mailbox instead, Smartlead among them at roughly $4 to $9 per sending account each month, so a team running forty of them pays a substantial per-account fee there and nothing extra here. Light Speed adds the SISR system, and Enterprise adds a private deliverability network.
Instantly’s pricing page also carries separate tabs for credits and VIP alongside outreach, and a yearly toggle, so the number you see depends on which view you are on. Worth checking against your own configuration rather than quoting the headline.
The tier jump worth modeling is Hypergrowth to Light Speed, which is roughly 3.7 times the price for four times the sending volume. Teams land there because of contact storage rather than sends more often than they expect, since 25,000 uploaded contacts fills faster than 125,000 monthly emails for most list-driven motions. Our Instantly versus Smartlead comparison sets the two pricing models side by side, since both compete hardest on exactly this arithmetic.