- Secure Calendar (google Calendar And Outlook) Mcp Server
Secure Calendar (google Calendar And Outlook) Mcp Server
Secure Calendar is a remote MCP server that gives AI assistants controlled access to your Google Calendar and Outlook (Microsoft 365) calendars. Connect it to Claude, ChatGPT, or any MCP client and let the AI find open slots, book and move meetings, cancel events, and RSVP, while PortEden, the data firewall for AI, keeps you in control of your schedule and your data.
Unlike a raw "Google Calendar MCP" token, Secure Calendar limits the AI to the exact permissions you grant, protects sensitive event details, logs every change, and lets you revoke access in one click.
Why Secure Calendar
- Scoped permissions. The AI only does what you allow, per user, per AI, per project, and cannot exceed that ceiling.
- Sensitive details protected. PortEden redacts sensitive data before it reaches the AI.
- One-click revoke. Cut access instantly, effective on the very next request.
- Full audit trail. Every create, update, and delete is logged.
- Nothing stored. No tokens, no cache, no database in the connector.
What you can do
- Check availability: "Find a free 30-minute slot with Alex this week."
- Search your schedule: "What meetings do I have with the design team next week?"
- Create events: "Create a focus-time block Friday morning."
- Reschedule and update: "Move my 2pm to 4pm and add a video link."
- Cancel: "Cancel my Thursday standup."
- RSVP: "RSVP yes to the design review."
Tools (9): 5 read, 4 write
| Tool | Type | What it does |
|---|---|---|
calendar_list | Read | List your connected calendars |
calendar_search_events | Read | Search events by date, attendee, or keyword |
calendar_get_event | Read | Read a single event |
calendar_freebusy | Read | Check availability across calendars |
calendar_events_by_contact | Read | Find events involving a specific person |
calendar_create_event | Create | Create a new event |
calendar_update_event | Update | Reschedule or edit an event |
calendar_delete_event | Delete | Cancel and remove an event |
calendar_respond_to_event | Send | RSVP yes, no, or maybe |
Supported providers
Google Calendar and Outlook Calendar (Microsoft 365). Connect one or both inside PortEden.
Getting started
- Create a free PortEden account at https://porteden.com.
- Connect your Google or Microsoft 365 calendar inside PortEden.
- Generate a PortEden access key (it starts with
pe_mcp_) and paste it into the config above as your Bearer token.
Prefer OAuth 2.0? Add the URL https://mcp.porteden.com/calendar to your client with no token and sign in. For a client that needs a stdio bridge, use mcp-remote:
{
"mcpServers": {
"secure-calendar": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.porteden.com/calendar"]
}
}
}
Works with
Claude (Desktop, web, and Code), ChatGPT, Microsoft Copilot, Google Gemini, Grok, and Cursor, plus any client that speaks MCP Streamable HTTP. Authentication: paste a PortEden access key (a pe_mcp_ Bearer token), or connect over OAuth 2.0 (OAuth 2.1 with RFC 9728 protected-resource metadata and dynamic client registration).
FAQ
Can the AI book meetings on my behalf? Yes, within the permissions you grant. You can scope it to read-only or allow create, update, and delete.
Does it see private event details? Only what your permissions allow, after redaction of sensitive data.
Where is my data stored? Nowhere in the connector. It is stateless. PortEden enforces permissions, quotas, redaction, and audit logging.
Your data. Your rules. More info: https://porteden.com/
Server Config
{
"mcpServers": {
"secure-calendar": {
"url": "https://mcp.porteden.com/calendar",
"headers": {
"Authorization": "Bearer <YOUR_PORTEDEN_TOKEN>"
}
}
}
}