mcp for Cursor
ai.sendraven/mcp
Email infrastructure for AI agents: send, read replies as threads, campaigns, per-key limits.
client:Cursor
transport:streamable-http
runtime:npm
tools:55
Install mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp": {
"url": "https://mcp.sendraven.ai/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs
What Cursor can do once it is connected
- send_email
- list_emails
- get_email
- cancel_scheduled_email
- list_sending_domains
- add_sending_domain
- verify_sending_domain
- list_suppressions
- add_suppression
- remove_suppression
- create_broadcast
- get_broadcast
- list_broadcasts
- preview_broadcast
- send_broadcast
- pick_broadcast_winner
- resume_broadcast
- list_threads
- get_thread
- reply_to_message
- mark_thread_handled
- list_templates
- render_template
- send_template_email