Skip to content
VS Code

gcal for VS Code

com.mintmcp/gcal

A MCP server that works with Google Calendar to manage event listing, reading, and updates.

client:VS Code transport:streamable-http

Install gcal in VS Code

.vscode/mcp.json

{
  "servers": {
    "gcal": {
      "type": "http",
      "url": "https://gcal.mintmcp.com/mcp"
    }
  }
}

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

gcal in other clients