Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver ToolsFeatured on FazierFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowAI ToolzShinyLaunchMillion Dot HomepageSolver Tools

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
Mailjet MCP
✉️

Mailjet MCP MCP Server

Transactional email and SMS API platform.

mailjetemailtransactionalmarketing

About

## Mailjet MCP Server: Email Delivery & Marketing The **Mailjet MCP Server** integrates Mailjet's email platform into Google Antigravity. This provides transactional and marketing email capabilities with real-time collaboration on email templates. ### Why Mailjet MCP? Mailjet combines delivery with design: - **High Deliverability**: 99% inbox placement - **Real-Time Collaboration**: Team template editing - **A/B Testing**: Optimize email performance - **Segmentation**: Targeted campaigns - **GDPR Compliant**: European data protection ### Key Features #### 1. Send Email ```python from mailjet_rest import Client mailjet = Client(auth=(api_key, api_secret), version="v3.1") result = mailjet.send.create(data={ "Messages": [{ "From": {"Email": "noreply@example.com", "Name": "MyApp"}, "To": [{"Email": "user@example.com", "Name": "John"}], "Subject": "Welcome to MyApp!", "HTMLPart": "<h1>Welcome!</h1><p>Thanks for signing up.</p>" }] }) ``` #### 2. Template Messages ```python result = mailjet.send.create(data={ "Messages": [{ "From": {"Email": "noreply@example.com"}, "To": [{"Email": "user@example.com"}], "TemplateID": 12345, "TemplateLanguage": True, "Variables": { "name": "John", "order_id": "ORD-12345" } }] }) ``` #### 3. Contact Management ```python # Add contact to list result = mailjet.contactslist_managecontact.create(id=list_id, data={ "Email": "user@example.com", "Properties": {"name": "John", "plan": "premium"}, "Action": "addnoforce" }) ``` ### Configuration ```json { "mcpServers": { "mailjet": { "command": "npx", "args": ["-y", "@anthropic/mcp-mailjet"], "env": { "MAILJET_API_KEY": "your-api-key", "MAILJET_API_SECRET": "your-secret" } } } } ``` ### Use Cases **Transactional Email**: Order confirmations, receipts. **Marketing Campaigns**: Newsletters and promotions. **Team Collaboration**: Collaborative template design. The Mailjet MCP Server brings collaborative email to Antigravity.

Installation

Configuration
{
  "mcpServers": {
    "mailjet": {}
  }
}

How to Use

    Related MCP Servers

    🧰

    Toolhouse MCP

    Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

    🔨

    Smithery Registry MCP

    The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

    🔍

    MCP Inspector

    Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

    ← Back to All MCP Servers