workflows.fit
Back to n8n workflows
n8n templateFreeBy Solomon

Build an MCP server with Google Calendar and custom functions

Learn how to build an MCP Server and Client in n8n with official nodes. > ⚠ Requires n8n version 1.88.0 or higher. In this example, we use Google Calendar and custom functions as two separate MCP Servers, demonstra...

DevelopmentCore NodesAILangchainAgentGoogle Calendar ToolMcp TriggerExecute Workflow Trigger
Loading interactive preview...

Template notes

Learn how to build an MCP Server and Client in n8n with official nodes.

> ⚠ Requires n8n version 1.88.0 or higher.

In this example, we use Google Calendar and custom functions as two separate MCP Servers, demonstrating how to integrate both native and custom tools.

How it works

The AI Agent connects to two MCP Servers. Each MCP Trigger (Server) generates a URL exposing its tools. This URL is used by an MCP Client linked to the AI Agent.

Whenever you make changes to the tools, there’s no need to modify the MCP Client. It automatically keeps the AI Agent informed on how to use each tool, even if you change them over time.

That’s the power of MCP 🙌

Who is this template for