How to Use the Courier MCP in Cursor
Stop mocking Courier API calls. Get real message statuses and user data from your Courier account right inside Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Courier MCP to Cursor
Create your Vinkius account to connect Courier to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Write code with actual message data
Tell Cursor's agent to fetch a message's delivery status. It will use the `get_message_details` tool to get the real response from your Courier account and inject it directly into your editor. You're not working with fake data anymore. This changes how you build integrations. Ask the agent to "get the history for message xyz" and it will call `get_message_history`. The agent then writes the code to parse that live data, saving you a ton of time switching contexts.
Fire off test notifications from your editor
You can trigger notifications while you code. Just activate agent mode and say, "Send the 'new-user-welcome' notification to test@example.com." The agent uses the `send_notification` tool to fire a real notification through your Courier account. It's perfect for testing a new template or a user onboarding flow. The agent can even use `get_user_profile` to pull a real user's details and use them in the send request, making your tests much more realistic.
Query Courier config in your MCP Server
Forget digging through the Courier dashboard to find an ID. Ask the agent in Cursor to "list my notification templates." It calls `list_templates` and gives you the IDs you need right in the chat pane. The same goes for other resources. Use `list_audiences` to find the right segment, `list_brands` for branding settings, or `list_subscription_lists` to check subscriber lists. It keeps you in the editor and focused on your code.
Set up Courier MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Courier MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Courier transactions." If the MCP tools are loaded correctly, Cursor will call the Courier tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"courier-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Courier. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
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 Cursor
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.