MCP server intelligence profile

MCP Google Calendar Server MCP Server

Enables creating and managing Google Calendar events through OAuth 2.0 authentication, supporting event details like title, time, location, description, and attendees

Hybridnkriman
Awaiting current scanSource Git · ca2d2c149a1bad1aca4a7bb0ead9b86eb89fbac3

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
6Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

No verified installation or connection method is available in the retained evidence yet.

Identity

Canonical slugmcp-google-calendar-server-25237231DeploymentHybrid
Canonical packageRepositorynkriman/mcp-google-calendar-server
First publishedLatest release
Last security verificationClassification confidence35%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
source_gitnkriman/mcp-google-calendar-serverca2d2c149a1bad1aca4a7bb0ead9b86eb89fbac31Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
source_gitnkriman/mcp-google-calendar-serverca2d2c149a1bad1aca4a7bb0ead9b86eb89fbac3CurrentAug 25, 20266 toolsSucceeded · 0 resources · 0 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
google-calendar-serverServer-reported name
1Capability groups
Aug 25, 2026Observed

Tools 6

ToolCategoryAnnotationsRisk
authenticate_google_calendarGenerate authentication URL for Google Calendar access
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
create_calendar_eventCreate a new event in Google Calendar
Input schema
{
  "type": "object",
  "properties": {
    "summary": {
      "type": "string",
      "description": "Event title/summary"
    },
    "description": {
      "type": "string",
      "description": "Event description (optional)"
    },
    "startDateTime": {
      "type": "string",
      "description": "Start date and time in ISO format (e.g., 2024-12-25T10:00:00-08:00)"
    },
    "endDateTime": {
      "type": "string",
      "description": "End date and time in ISO format (e.g., 2024-12-25T11:00:00-08:00)"
    },
    "timeZone": {
      "type": "string",
      "description": "Time zone (e.g., America/Los_Angeles)",
      "default": "UTC"
    },
    "attendees": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of attendee email addresses (optional)"
    },
    "location": {
      "type": "string",
      "description": "Event location (optional)"
    }
  },
  "required": [
    "summary",
    "startDateTime",
    "endDateTime"
  ]
}
delete_calendar_eventDelete a calendar event
Input schema
{
  "type": "object",
  "properties": {
    "eventId": {
      "type": "string",
      "description": "The ID of the event to delete"
    }
  },
  "required": [
    "eventId"
  ]
}
list_calendar_eventsList upcoming calendar events
Input schema
{
  "type": "object",
  "properties": {
    "maxResults": {
      "type": "number",
      "description": "Maximum number of events to return (default: 10)",
      "default": 10
    },
    "timeMin": {
      "type": "string",
      "description": "Lower bound for events (ISO format, default: now)"
    },
    "timeMax": {
      "type": "string",
      "description": "Upper bound for events (ISO format)"
    },
    "q": {
      "type": "string",
      "description": "Free text search terms to find events"
    }
  },
  "additionalProperties": false
}
save_auth_tokenSave the authorization code received from Google OAuth
Input schema
{
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "description": "The authorization code from the OAuth callback URL"
    }
  },
  "required": [
    "code"
  ]
}
update_calendar_eventUpdate an existing calendar event
Input schema
{
  "type": "object",
  "properties": {
    "eventId": {
      "type": "string",
      "description": "The ID of the event to update"
    },
    "summary": {
      "type": "string",
      "description": "Event title/summary"
    },
    "description": {
      "type": "string",
      "description": "Event description"
    },
    "startDateTime": {
      "type": "string",
      "description": "Start date and time in ISO format"
    },
    "endDateTime": {
      "type": "string",
      "description": "End date and time in ISO format"
    },
    "timeZone": {
      "type": "string",
      "description": "Time zone (e.g., America/Los_Angeles)"
    },
    "attendees": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Array of attendee email addresses"
    },
    "location": {
      "type": "string",
      "description": "Event location"
    }
  },
  "required": [
    "eventId"
  ]
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 0

  • None observed.

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

MCP Google Calendar Server MCP Server questions

How do I install MCP Google Calendar Server MCP Server?

No verified package installation command is available in the retained catalog evidence.

What tools does MCP Google Calendar Server MCP Server provide?

MCP Google Calendar Server MCP Server exposed 6 tools during independent protocol observation, including authenticate_google_calendar, create_calendar_event, delete_calendar_event, list_calendar_events, save_auth_token, update_calendar_event.

Is MCP Google Calendar Server MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Google intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.