MCP.so
Sign In

G2N MCP Google Calendar SSE Server

@gabriel-g2n

About G2N MCP Google Calendar SSE Server

MCP server with SSE for Google Calendar API integration

Basic information

Category

Productivity

License

MIT license

Runtime

node

Transports

stdio

Publisher

gabriel-g2n

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "g2n-mcp-gcal-sse": {
      "type": "http",
      "url": "http://localhost:3001/sse"
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is G2N MCP Google Calendar SSE Server?

It is a Model Context Protocol server that integrates Google Calendar via Server-Sent Events. It exposes calendar operations as tools for AI models and applications like Cursor, Claude, and n8n.

How to use G2N MCP Google Calendar SSE Server?

Set up a Google Cloud project with Calendar API and OAuth 2.0 credentials. Configure environment variables (PORT, PUBLIC_URL, GOOGLE_CLIENT_ID, GOOGLE_CLIENT_SECRET) and start the server with Docker. Authenticate by visiting the /auth endpoint, then connect your MCP

Comments

More Productivity MCP servers