- Home
- MCP servers
- Google Calendar
Google Calendar
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"mcp-mirror-eliasuran_mcp_server_google_calendar": {
"command": "npx",
"args": [
"mcp-server-google-calendar",
"init"
]
}
}
}This Google Calendar MCP Server lets you manage Google Calendar events through natural language requests via an MCP client. It enables you to create, list, and schedule events by asking in plain language, making it easy to integrate calendar actions into your workflows.
How to use
You can use this MCP server with any MCP client to perform calendar actions through conversational commands. Typical capabilities include listing your events for a time period and creating new events based on your natural language prompts. For example, you might say: Create an event called "Chill" whenever I have time on Monday after 8pm, or Check whenever both me and a coworker are free this week between 9am and 5pm and schedule a meeting called "Going over MCP".
To get started, ensure your client is pointed at the appropriate MCP endpoint and that you authorize access to your Google Calendar. Then use concise natural language prompts to trigger calendar actions. Start with simple queries like listing your events for the current week, or ask to schedule a meeting when time appears free. Use the exact event names and time windows you want, and the MCP server will translate your request into calendar operations.
How to install
Prerequisites you need before installation:
-
Node.js >= v18.0.0
-
Claude Desktop
Installation steps:
npx mcp-server-google-calendar init
Additional notes
After running the initialization command, restart Claude Desktop to ensure the MCP server is loaded properly. You can then test with a simple query like: Give me a list of all my events this week.
Configuration and usage details
This MCP server does not require additional URL configurations or environment variables beyond what your MCP client and Google Calendar integration need. The installation flow provided initializes the server locally and exposes a convenient command-line entry point for starting the MCP service within your environment.