How to Use the Mailingwork MCP in Claude Code
Manage Mailingwork lists and trigger automations directly from your terminal using Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Mailingwork MCP to Claude Code
Create your Vinkius account to connect Mailingwork 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.
Script subscriber management
The `list_subscribers` and `get_subscriber` tools turn your command line into a direct database interface via this MCP Server. You ask Claude Code to find all users missing a specific tag, and it queries the API, parses the JSON, and pipes the output into a local file. No graphical interface slows down the extraction. Batch operations execute without leaving the shell. Your CLI agent runs `update_subscriber` across hundreds of records by reading a local CSV and firing the updates sequentially. It handles the rate limits and prints a success log when the job finishes.
Claude Code automates campaign reporting
Calling `list_mailings` through the MCP Server pulls your latest broadcast metrics straight into standard output. You can schedule a cron job that wakes up the agent, fetches the open rates, and posts a summary to your Slack channel. The entire reporting pipeline runs headless. Deep dives into specific sends work just as well. The agent uses `get_mailing` to extract A/B test results and formats the raw data into a clean markdown table. You get exactly the numbers you need to evaluate performance without clicking through a dashboard.
Integrate transactional triggers in CI/CD
The `send_transactional_email` tool exposed by this MCP Server hooks perfectly into your deployment scripts. When a new build passes all tests, your pipeline can instruct the AI client to fire a release notification to your internal engineering list. It happens automatically as part of the workflow. Testing new marketing flows is equally simple. You pass a command to `trigger_automation` during your staging phase to verify that new user signups receive the correct drip sequence. The agent verifies the API response and exits with a zero status code if it succeeds.
Set up Mailingwork 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 seemailingwork-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Mailingwork transactions." It will automatically discover and invoke the available Mailingwork tools.
claude mcp add --transport http mailingwork-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 Mailingwork MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Mailingwork MCP today
We host it, we monitor it, we maintain it. You just paste one token.