How to Use the Courier MCP in Claude Code
Run your Courier operations from the command line. Let Claude Code send notifications, check delivery logs, and manage users in your shell scripts.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Courier MCP to Claude Code
Create your Vinkius account to connect Courier 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.
Automate Notifications in CI/CD
Add a step to your deployment script that notifies your team on Slack. Just tell Claude Code to use the `send_notification` tool with the right template. It runs headlessly, making it a perfect fit for any pipeline. After a deployment, you can have a follow-up job that verifies critical notifications were delivered. A simple script can call `get_message_history` for the deployment message ID and fail the build if it doesn't see a `DELIVERED` event.
Pipe Courier Data to Other Tools
This MCP Server turns your Courier account into a command-line utility. You can pipe the output of `list_messages` directly into `jq` to parse the JSON or `grep` to find a specific recipient. It's just standard streams. Need a quick report on who's subscribed to a list? Run `list_subscription_lists` to get an ID, then pipe it into a script that calls `get_user_profile` for each member. You can build powerful shell one-liners without writing any real code.
Build Custom Monitoring Scripts
Set up a cron job that runs every five minutes to check on your system. You can have Claude Code use `list_messages` with a filter to look for any messages that have failed to send in the last few minutes. If it finds anything, it can immediately use `send_notification` to alert an on-call engineer via PagerDuty or SMS. This lets you build a simple, effective monitoring system for your notification infrastructure using basic shell scripting.
Set up Courier 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 seecourier-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Courier transactions." It will automatically discover and invoke the available Courier tools.
claude mcp add --transport http courier-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 Courier MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Courier MCP today
We host it, we monitor it, we maintain it. You just paste one token.