@infoinlet/mcp-calendar
v0.1.1
Published
Google Calendar for AI agents — list/create/delete events and free-busy, using an OAuth access token. MCP server.
Readme
@infoinlet/mcp-calendar
Google Calendar for AI agents — list_events, create_event (all-day or timed, attendees), delete_event, free_busy. Needs a Google OAuth GOOGLE_ACCESS_TOKEN (calendar scope); CALENDAR_ID defaults to primary.
{ "mcpServers": { "calendar": { "command": "npx", "args": ["-y", "@infoinlet/mcp-calendar"], "env": { "GOOGLE_ACCESS_TOKEN": "ya29...." } } } }