How to Use the EmailOctopus MCP in Claude Code
Automate your marketing infrastructure from the terminal using Claude Code and headless API execution.
Works with every AI agent you already use
…and any MCP-compatible client
Connect EmailOctopus MCP to Claude Code
Create your Vinkius account to connect EmailOctopus to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Pipe Campaign Metrics To stdout
The `get_campaign_summary_report` tool grabs hard performance metrics from your sent blasts. You run a headless Claude script on a cron job, and it pulls the click data, formats it into JSON, and pipes it straight into your data warehouse. No browser required. For deeper audits, your shell script fires `list_email_campaigns` to grab every ID from the last quarter. Claude Code iterates through them, pulling `get_campaign_details` for each, and dumps a clean, aggregated log file onto your server.
Claude Code MCP Server Automation
Executing `create_email_list` through this MCP Server lets you provision marketing assets during your deployment pipelines. When your CI/CD runner spins up a new staging environment, Claude Code automatically generates a matching subscriber list for your QA team. It handles the infrastructure as code. You can also audit existing setups fast. A quick terminal command hits `list_email_lists` and `get_list_details` to dump the current configuration to your screen. You spot misconfigured segments instantly without clicking through a slow web interface.
Reconcile Databases From The CLI
The `list_contacts_in_list` tool pulls your active subscriber segments straight into your SSH session. You write a bash script that compares this output against your primary postgres database, and Claude Code automatically fires `add_contact_to_list` or `remove_contact_from_list` to fix the discrepancies. When support tickets escalate, you can query `get_contact_details` right from the command line. You check their subscription status, run `update_contact_profile` to fix a typo in their name, and close the ticket in under thirty seconds.
Set up EmailOctopus MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seeemailoctopus-alternative-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest EmailOctopus transactions." It will automatically discover and invoke the available EmailOctopus tools.
claude mcp add --transport http emailoctopus-alternative-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about EmailOctopus MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the EmailOctopus MCP today
We host it, we monitor it, we maintain it. You just paste one token.