Sequenzy MCP
Rank #3,361io.github.polnikale/sequenzy-mcp
Sequenzy MCP server for AI-powered email marketing automation.
Sequenzy MCP is a Model Context Protocol (MCP) server published by sequenzy. It ranks #3,361 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Sequenzy MCP is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Jan 29, 2026 and most recently updated on Jun 29, 2026.
Ranks ahead of 112,230 of 115,591 servers on MCP Toplist.
Use Sequenzy MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http sequenzy-mcp https://api.sequenzy.com/v1/mcpclaude mcp add sequenzy-mcp -e "SEQUENZY_API_KEY=<your SEQUENZY_API_KEY>" -e "SEQUENZY_APP_URL=<your SEQUENZY_APP_URL>" -- npx -y @sequenzy/mcpReplace each placeholder with your own value before saving.
[mcp_servers.sequenzy-mcp]
url = "https://api.sequenzy.com/v1/mcp"Add to ~/.codex/config.toml.
[mcp_servers.sequenzy-mcp]
command = "npx"
args = ["-y", "@sequenzy/mcp"]
[mcp_servers.sequenzy-mcp.env]
SEQUENZY_API_KEY = "<your SEQUENZY_API_KEY>"
SEQUENZY_APP_URL = "<your SEQUENZY_APP_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://api.sequenzy.com/v1/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"sequenzy-mcp": {
"command": "npx",
"args": [
"-y",
"@sequenzy/mcp"
],
"env": {
"SEQUENZY_API_KEY": "<your SEQUENZY_API_KEY>",
"SEQUENZY_APP_URL": "<your SEQUENZY_APP_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sequenzy-mcp": {
"url": "https://api.sequenzy.com/v1/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"sequenzy-mcp": {
"command": "npx",
"args": [
"-y",
"@sequenzy/mcp"
],
"env": {
"SEQUENZY_API_KEY": "<your SEQUENZY_API_KEY>",
"SEQUENZY_APP_URL": "<your SEQUENZY_APP_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"sequenzy-mcp": {
"type": "http",
"url": "https://api.sequenzy.com/v1/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"sequenzy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@sequenzy/mcp"
],
"env": {
"SEQUENZY_API_KEY": "<your SEQUENZY_API_KEY>",
"SEQUENZY_APP_URL": "<your SEQUENZY_APP_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sequenzy-mcp": {
"serverUrl": "https://api.sequenzy.com/v1/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"sequenzy-mcp": {
"command": "npx",
"args": [
"-y",
"@sequenzy/mcp"
],
"env": {
"SEQUENZY_API_KEY": "<your SEQUENZY_API_KEY>",
"SEQUENZY_APP_URL": "<your SEQUENZY_APP_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"sequenzy-mcp": {
"url": "https://api.sequenzy.com/v1/mcp"
}
}
}{
"mcpServers": {
"sequenzy-mcp": {
"command": "npx",
"args": [
"-y",
"@sequenzy/mcp"
],
"env": {
"SEQUENZY_API_KEY": "<your SEQUENZY_API_KEY>",
"SEQUENZY_APP_URL": "<your SEQUENZY_APP_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.polnikale%2Fsequenzy-mcp)<a href="https://mcptoplist.com/server/io.github.polnikale%2Fsequenzy-mcp"><img src="https://mcptoplist.com/badge/io.github.polnikale%2Fsequenzy-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
sequenzy
Available versions (4)
| Version | Published |
|---|---|
| 0.0.80 | Jun 29, 2026 |
| 0.0.36 | May 17, 2026 |
| 0.0.6 | Jan 30, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Sequenzy MCP?
- Sequenzy MCP is maintained by sequenzy, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Sequenzy MCP listed on the Official MCP Registry?
- Yes — Sequenzy MCP is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Sequenzy MCP have?
- MCP Toplist tracks 4 versions of Sequenzy MCP, most recently published on Jun 29, 2026.
- Where can I find the source code for Sequenzy MCP?
- The source code for Sequenzy MCP is hosted at github.com/sequenzy/mcp.