GoogleCalendarMCP
Provides tools for interacting with Google Calendar, allowing retrieval of events from public calendars and event lookups by date. For full functionality (including create, update, delete, and private calendar access), OAuth 2.0 authentication is required.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@GoogleCalendarMCPlist events for next week"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Server Setup
The server.js file contains the implementation of the Google Calendar MCP server.
Note: The MCP configuration may vary depending on the editor or MCP client you are using. The following instructions are for Cursor.
Prerequisites
Before configuring the MCP server, ensure you have:
Node.js installed
Cursor Editor installed and signed in
A Google Calendar API key
Your Google Calendar ID
Setup in Cursor
Open Cursor.
Go to Settings.
Navigate to Tools → MCP.
Add a new MCP server using the following configuration:
{
"mcpServers": {
"filesystem": {
"command": "node",
"args": [
"PATH_TO_SERVER_JS"
],
"env": {
"GOOGLE_PUBLIC_API_KEY": "YOUR_GOOGLE_API_KEY",
"CALENDAR_ID": "YOUR_CALENDAR_ID"
}
}
}
}Configuration
Replace the placeholders below with your own values:
PATH_TO_SERVER_JS – Absolute path to the
server.jsfile.YOUR_GOOGLE_API_KEY – Your Google Calendar API key.
YOUR_CALENDAR_ID – Your Google Calendar ID (typically your Gmail address for your primary calendar).
After saving the configuration, restart Cursor (if required). Your MCP server will then be available for use.
Related MCP server: gcal-mcp
Important Note
This project currently uses a Google Calendar API Key, which can only access public Google Calendars.
If your calendar is private, the server will not be able to retrieve event details such as the title, description, or attendees. To access private calendars or support creating, updating, and deleting events, you must replace the API key authentication with OAuth 2.0.
Current Features (API Key)
Read events from public Google Calendars
Retrieve events by date
Read private calendars
Create calendar events
Update calendar events
Delete calendar events
For full Google Calendar functionality, OAuth 2.0 authentication is recommended.
Resources
For a detailed guide on building custom MCP servers with TypeScript, check out the following article:
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/umachandra-30/GoogleCalenderMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server