Skip to content
VS Code

CalendarMCP for VS Code

ai.calendarmcp/server

Hosted Google Calendar MCP server for AI agents. No self-hosting or Google Cloud setup.

client:VS Code transport:streamable-http

Install CalendarMCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "server": {
      "type": "http",
      "url": "https://calendarmcp.ai/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CalendarMCP in other clients