MCP server for interacting with Google Calendar
Mcp google calendar mcp server lets Claude, Cursor and other MCP clients work with MCP Google Calendar directly. MCP server for interacting with Google Calendar.
A Model Context Protocol (MCP) server that integrates with Google Calendar, built with TypeScript.
Once connected, the assistant can call these 6 tools directly:
list_calendars — Get all available calendarslist_calendar_events — Retrieve events between specified datescreate_calendar_event — Add a new event to your calendarget_calendar_event — Fetch details for a specific eventedit_calendar_event — Modify an existing calendar eventdelete_calendar_event — Remove an event from your calendarThe server is distributed via npm as mcp-google-calendar, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
The server reads one environment variable: CREDENTIALS_PATH. Keep credentials in your client's env block or a secrets manager rather than committing them.
Productivity servers pay off through capture: the tasks and notes that never get filed are the ones where opening the app is more friction than the thought is worth. MCP Google Calendar sits in that group, and the shape of its toolset — list_calendars, list_calendar_events, create_calendar_event among others — tells you what it is really for. Worth comparing against the other productivity servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| list_calendars | Get all available calendars |
| list_calendar_events | Retrieve events between specified dates |
| create_calendar_event | Add a new event to your calendar |
| get_calendar_event | Fetch details for a specific event |
| edit_calendar_event | Modify an existing calendar event |
| delete_calendar_event | Remove an event from your calendar |
{
"mcpServers": {
"mcp-google-calendar": {
"command": "npx",
"args": ["-y", "mcp-google-calendar"],
"env": {
"CREDENTIALS_PATH": "/path/to/your/credentials.json"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| CREDENTIALS_PATH | Filesystem location the server is allowed to use. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.