Google Calendar MCP Server
for AI Agents
Connect your AI agent to StackOne's Google Calendar MCP server and give it 37 MCP tools out of the box. Auth, tool execution, and security all managed.
Coverage
37 Agent Actions
Create, read, update, and delete across Google Calendar — and extend your agent's capabilities with custom actions.
Authentication
Agent Tool Authentication
Per-user OAuth in one call. Your Google Calendar MCP server gets session-scoped tokens with zero credentials stored on your infra.
Agent Auth →Security
Agent Protection
Every Google Calendar tool response scanned for prompt injection in milliseconds — 88.7% accuracy, all running on CPU.
Prompt Injection Defense →Performance
Max Agent Context. Min Cost.
Free up to 96% of your agent's context window to enhance reasoning and reduce cost, on every Google Calendar call.
Tools Discovery →What is the Google Calendar MCP Server?
A Google Calendar MCP server lets AI agents read and write Google Calendar data through the Model Context Protocol — Anthropic's open standard for connecting LLMs to external tools. StackOne's Google Calendar MCP server ships with 37 pre-built actions, fully extensible via the Connector Builder — plus managed authentication, prompt injection defense, observability, and agent execution runtime. Connect it from MCP clients like Claude Desktop, Claude Code, Cursor, Goose, and VS Code, or from agent frameworks like OpenAI Agents SDK, LangChain, and Vercel AI SDK.
All Google Calendar MCP Tools
Every action from Google Calendar's API, ready for your agent. Create, read, update, and delete — scoped to exactly what you need.
Events
- Create Event
Creates a new event on a calendar.
- Import Event
Imports an event. This action is used to add a private copy of an existing event to a calendar. Only events with an eventType of default may be imported.
- List Events
Lists events on a calendar. Supports time range, search, and pagination.
- Get Event
Gets an event by ID.
- Update Event
Updates an event using patch semantics.
- Move Event
Moves an event to another calendar, i.e. changes an event's organizer. Note that only default events can be moved; birthday, focusTime, fromGmail, outOfOffice and workingLocation events cannot be moved.
- Delete Event
Deletes an event.
Calendars
- Create Calendar
Creates a secondary calendar. The authenticated user for the request is made the data owner of the new calendar.
- Get Calendar
Gets metadata for a calendar.
- Update Calendar
Updates metadata for a calendar. This method supports patch semantics. Note that each patch request consumes three quota units; prefer using a get followed by an update. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged. Array fields, if specified, overwrite the existing arrays; this discards any previous array elements.
- Delete Calendar
Deletes a calendar permanently.
Calendar List Entrys
- Create Calendar List Entry
Adds a calendar to the user's calendar list.
- Get Calendar List Entry
Gets a calendar from the user's calendar list.
- Update Calendar List Entry
Updates an existing calendar on the user's calendar list. This method supports patch semantics. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged. Array fields, if specified, overwrite the existing arrays; this discards any previous array elements.
- Delete Calendar List Entry
Unsubscribes from a shared calendar by removing it from the user's calendar list.
ACL Rules
- Create ACL Rule
Creates an access control rule for a calendar.
- Get ACL Rule
Returns an access control rule.
- Update ACL Rule
Updates an access control rule. This method supports patch semantics. The field values you specify replace the existing values. Fields that you don't specify in the request remain unchanged.
- Delete ACL Rule
Deletes an access control rule.
Settings
- List Settings
Lists all user settings for the authenticated user.
- Get Setting
Gets a single user setting by ID.
Other (16)
- List Event Instances
Returns instances of the specified recurring event.
- List Calendar List
Lists the calendars in the user's calendar list.
- List ACL
Lists the rules in the access control list for a calendar.
- Query Free/Busy
Queries the free/busy information for a set of calendars within a time range.
- Get Colors
Returns the color definitions for calendars and events.
- Update Event (Full)
Updates an event. This method does not support patch semantics and always updates the entire event resource. To do a partial update, perform a get followed by an update using etags to ensure atomicity.
- Update Calendar (Full)
Updates metadata for a calendar. This method does not support patch semantics and always updates the entire calendar resource.
- Update Calendar List Entry (Full)
Updates an existing calendar on the user's calendar list. This method does not support patch semantics and always updates the entire calendar list entry.
- Update ACL Rule (Full)
Updates an access control rule. This method does not support patch semantics and always updates the entire ACL rule.
- Quick Add Event
Creates an event based on a simple text string.
- Watch Events
Watch for changes to Events resources.
- Clear Calendar
Clears a primary calendar. This action deletes all events associated with the primary calendar of an account.
- Watch Calendar List
Watch for changes to CalendarList resources.
- Watch ACL
Watch for changes to ACL resources.
- Watch Settings
Watch for changes to Settings resources.
- Stop Channel
Stop watching resources through this channel.
Set Up Your Google Calendar MCP Server in Minutes
One endpoint. Any framework. Your agent is talking to Google Calendar in under 10 lines of code.
Agent Frameworks
{
"mcpServers": {
"stackone": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://api.stackone.com/mcp?x-account-id=<account_id>",
"--header",
"Authorization: Basic <YOUR_BASE64_TOKEN>"
]
}
}
}Platform Resources
MCP Code Mode: Keeping Tool Responses Out of Agent Context
Anthropic's code_execution processes data already in context. Custom MCP code mode keeps raw tool responses in a sandbox. 14K tokens vs 500.
11 min
Comparing BM25, TF-IDF, and Hybrid Search for MCP Tool Discovery
Benchmarking BM25, TF-IDF, and hybrid search for MCP tool discovery across 916 tools. The 80/20 TF-IDF/BM25 hybrid hits 21% Top-1 accuracy in under 1ms.
10 min
Indirect Prompt Injection Defense for MCP Tools: A Technical Guide
MCP tools that read emails, CRM records, and tickets are indirect prompt injection vectors. Here's how we built a two-tier defense that scans tool results in ~11ms.
12 min
MCP vs A2A: Architecture, Security, and When to Use Each
MCP vs A2A: what each protocol standardizes, how they differ, their shared security risks including indirect prompt injection, and when to use one, both, or a hybrid architecture.
12 min
MCP vs API: What 200+ Connector Builds Taught Us
MCP wraps APIs, it doesn't replace them. After building 200+ connectors that serve both, here's when each approach wins.
14 min read
Google Calendar MCP Server FAQ
Does StackOne have a Google Calendar MCP server?
Google Calendar MCP server vs direct API integration — what's the difference?
How does Google Calendar authentication work for AI agents?
origin_owner_id.Are Google Calendar MCP tools vulnerable to prompt injection?
What is the context bloat of a Google Calendar agent and how do I avoid it?
Can I limit which actions my Google Calendar agent can access?
Can I create custom agent actions for my Google Calendar MCP server?
When should I NOT use a Google Calendar MCP server?
What AI frameworks and AI clients does the StackOne Google Calendar MCP server support?
Put your AI agents to work
All the tools you need to build and scale AI agent integrations, with best-in-class connectivity, execution, and security.