Gmail MCP
# Gmail MCP Serverless API A cloud-optimized Model Context Protocol (MCP) implementation providing seamless access to Gmail API v1. Built for AI applications, web services, and automation workflows with enterprise-grade performance and reliability. ## 🚀 Three Integration Patterns ### 1. 🌐 Web Applications (Recommended) **Perfect for**: React apps, Vue.js, Next.js, mobile applications, SaaS…
Gmail MCP endpoints
| Method | Endpoint | Description |
|---|---|---|
| config | ||
| POST |
configureSession /config |
Sets up a new MCP session and returns connection details with available Gmail tools. Use this endpoint to establish sessions for web applications and discover Gmail capabilities. |
| mcp | ||
| POST |
mcpInterface /mcp |
Standard Model Context Protocol interface using JSON-RPC 2.0. Perfect for AI models, chatbots, and MCP-compatible clients. **Supported Methods:** - `initialize` - Initialize MCP… |
| gmail | ||
| GET |
gmailGet /gmail |
Simple REST interface for Gmail operations using query parameters. Perfect for webhooks, microservices, and simple integrations. |
| POST |
gmailPost /gmail |
Simple REST interface for Gmail operations using JSON body. Supports all Gmail operations including send_message and create_draft. |
| health | ||
| GET |
healthCheck /health |
Monitor service health and Gmail API connectivity status. Returns service version, uptime, and API endpoint status. |
Gmail MCP pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $2.99 / month | — |
|
| ULTRA | $9.99 / month | — |
|
| MEGA | $29.99 / month | — |
|