AK
← All projects

AI Automation

MCP Server for Google Calendar & Gmail

A small n8n MCP server that gives any MCP-compatible AI client two actions — create a calendar event and send an email.

n8nMCP Server TriggerGoogle CalendarGmail
n8n MCP Server Trigger with two tools — Create an event in Google Calendar and Send a message in Gmail

How it flows

  1. 1AI client connects to the MCP endpoint
  2. 2Client sees two tools with descriptions
  3. 3Agent calls "create event" or "send message" with parameters

Purpose

This is a companion to the Travel Assistant project. It demonstrates the other side of MCP: n8n as a server that exposes real actions to an AI client.

What it contains

An MCP Server Trigger with two tools attached:

  • Create an event in Google Calendar — title, start and end time, description
  • Send a message in Gmail — recipient, subject, body

Any agent connected to the endpoint can now say “book a meeting with Sadia on Thursday at 3 pm and email her the invite” and the two tools are called in order.