MCP Calendar Server

MCP Calendar Server

2BX-git

Cloud Storage
Visit Server

README

MCP Calendar Server

Este projeto implementa um servidor MCP que integra o Google Calendar com o n8n usando Server-Sent Events (SSE).

Pré-requisitos

  • Node.js 18+
  • Conta no Google Cloud Console com a API do Google Calendar habilitada
  • Easypanel (ou outro ambiente Docker) para hospedagem
  • n8n com o pacote n8n-nodes-mcp instalado

Configuração no Google Cloud Console

  1. Crie um projeto no Google Cloud Console.
  2. Habilite a API do Google Calendar:
    • Vá para "APIs & Services" > "Library".
    • Procure por "Google Calendar API" e clique em "Enable".
  3. Crie um cliente OAuth 2.0:
    • Vá para "APIs & Services" > "Credentials".
    • Clique em "Create Credentials" > "OAuth 2.0 Client IDs".
    • Selecione "Web application".
    • Adicione o redirect_uri (ex.: https://sua-url/auth/callback) em "Authorized redirect URIs".
    • Copie o Client ID e Client Secret.

Instalação no Easypanel

  1. Clone o repositório:

    git clone https://github.com/2BX-git/mcp-calendar-server.git
    cd mcp-calendar-server
    
    
  2. Configure as variáveis de ambiente no Easypanel

BASE_URL=https://sua-url GOOGLE_CLIENT_ID=seu-client-id.apps.googleusercontent.com GOOGLE_CLIENT_SECRET=seu-client-secret PORT=3001

3.Implante o serviço:

  • Configure o serviço para usar o Dockerfile.
  • Clique em "Deploy".

Recommended Servers

Filesystem MCP Server

Filesystem MCP Server

A Model Context Protocol server that provides file system operations, analysis, and manipulation capabilities through a standardized tool interface.

Local
TypeScript
Google Drive MCP Server

Google Drive MCP Server

Integrates with Google Drive to enable listing, searching, and reading files, plus reading and writing to Google Sheets.

Local
TypeScript
MCP TODO Checklist Server

MCP TODO Checklist Server

A server that implements a checklist management system with features like task creation, progress tracking, data persistence, and item comments.

Local
TypeScript
mcp-gsuite

mcp-gsuite

MCP server to interact with Google produts.

Local
Python
AWS MCP Server

AWS MCP Server

A Model Context Protocol server implementation that enables Claude to perform AWS operations on S3 and DynamoDB services through natural language commands.

Local
Python
Google Drive MCP Server

Google Drive MCP Server

Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.

Local
JavaScript
Firebase MCP Server

Firebase MCP Server

A server providing a unified interface to interact with Firebase services, including Authentication, Firestore, and Storage.

TypeScript
mcp-any-openapi

mcp-any-openapi

A Python-based MCP server that integrates OpenAPI-described REST APIs into MCP workflows, enabling dynamic exposure of API endpoints as MCP tools.

Python
MCP Server for Apache OpenDAL™

MCP Server for Apache OpenDAL™

A Model Context Protocol server that provides seamless access to multiple storage services including S3, Azure Blob Storage, and Google Cloud Storage through Apache OpenDAL™.

Python
MCP Media Generator

MCP Media Generator

A Model Context Protocol server that enables AI assistants to create images and videos using Amazon Nova Canvas and Nova Reel models.

Python