MCP-Server-n8n

MCP-Server-n8n

0

This project provides a Model Context Protocol server built with n8n, allowing AI systems to interact with various Google services and other utility tools through a unified interface. It includes integrations for Google Calendar, Docs, Drive, and Gmail, as well as a range of utility functions. Security and credential management are emphasized.

Overview

This repository contains an implementation of a Model Context Protocol (MCP) server built using n8n, providing AI systems access to external tools and services through a standardized interface.

Available Tools

  • Google Calendar Integration: Retrieve and manage calendar events.
  • Google Docs Integration: Create and update Google Docs.
  • Google Drive Integration: Search files and folders.
  • Gmail Integration: Send emails and manage email threads.
  • Utility Tools: Perform web searches, calculations, and data retrieval from HTTP endpoints.

Setup Instructions

  1. Clone the repository and configure OAuth2 credentials.
  2. Import and activate the workflow in n8n.

Security Considerations

  • Protect credentials and manage access control.
  • Be aware of API rate limits and data privacy.

Usage

AI systems connect via a webhook endpoint to perform operations requiring access to Google services and other tools.