Which AI clients can use Sequenzy MCP?
Not every AI assistant supports MCP natively. Per-client picture for Sequenzy:
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Add the @sequenzy/mcp server to your Claude Desktop config with SEQUENZY_API_KEY. |
| Claude Code | Native MCP | Runs the @sequenzy/mcp stdio server; full 113-tool access. |
| Codex | Native MCP | Supported MCP client per Sequenzy docs. |
| Cursor | Native MCP | Add the stdio MCP server with your API key. |
| Windsurf | Native MCP | Listed as a supported MCP client. |
How to connect Sequenzy MCP to Claude Desktop
Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.
{
"mcpServers": {
"sequenzy": {
"command": "npx",
"args": ["mcp-remote", "<YOUR_MCP_URL>"]
}
}
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://api.sequenzy.com/v1/mcp
// Claude Code (one-liner): claude mcp add sequenzy <YOUR_MCP_URL> --transport httpSome MCP servers require an API key. Check the source page for setup: api.sequenzy.com/v1/mcp.
Does Sequenzy MCP cost extra?
Sequenzy ships an official MCP server that uses your existing subscription credentials.
- No separate MCP licence to buy. You pay for your Sequenzy plan, the MCP server queries that account.
- Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.
Sequenzy also publishes a REST API
Sequenzy publishes an API, but per-tier gating wasn't extracted automatically.
What you can do with Sequenzy from an AI agent
Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.
Skip the dashboard, ask Claude
- "What campaigns underperformed this week?" answered in seconds
- Quick one-off questions without leaving the editor
- Pipe Sequenzy data into your personal notes / docs without writing a script
Run client analysis at agent speed
- Hand the MCP server to your team — every consultant can ask Claude about any client's Sequenzy account
- Multi-account workflows without context-switching the Sequenzy UI
- Reports you'd normally spend hours on, done before standup
Production agent workflows
- Embed in your internal Codex / Cursor agents that triage Sequenzy data daily
- Combine with other MCP servers in a multi-step agent chain
- Constrain agents to read-only roles to keep production Sequenzy safe
Limits and gotchas
- Official MCP server — published by Sequenzy themselves, so it should track product changes.
- Fallback: the REST API works for any flow the MCP server doesn't cover.
- Auth flow: MCP servers usually inherit the underlying API auth method (api-key). Expect to configure that on first install.
- Rate limits: MCP calls count against your underlying Sequenzy API quota. Burst usage from a curious agent can drain a daily allowance fast.
Agent-readiness verdict
Top tier for an email platform. An official 120-tool MCP, dual transport, and structured outputs mean an agent like Claude Code can run your whole email operation with little glue code. Authenticate with a personal API key and go.
Strong agent fit, top tier for an email tool. Sequenzy ships an official MCP server exposing 120 tools on its own domain, offered both as a hosted Streamable HTTP endpoint (api.sequenzy.com/v1/mcp) and a local stdio server (npx @sequenzy/mcp). Every tool carries structured outputs (outputSchema plus readOnlyHint, destructiveHint and openWorldHint annotations), so an agent gets typed, safe results instead of raw JSON. Webhooks (create, test, replay) and a documented REST API with an llms.txt index round it out, authenticated by API key. The only gaps versus a perfect score are a published OpenAPI spec and an official REST SDK, and the 120-tool MCP already covers most of what those would give you.
Scored 2026-07-02 by Joonas (TMB).
Sequenzy MCP & API FAQ
Is the Sequenzy MCP server official?+
Can I use the Sequenzy MCP with Cursor or Codex?+
Does Sequenzy have a public API?+
Does Sequenzy support webhooks?+
Sources
- Sequenzy official site: https://www.sequenzy.com
- MCP server page: https://api.sequenzy.com/v1/mcp
- API docs: https://docs.sequenzy.com
Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.
10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

