Server data from the Official MCP Registry
Allow AI systems to list, create, update, and manage Google Calendar events.
Allow AI systems to list, create, update, and manage Google Calendar events.
Set these up before or after installing:
Environment variable: GOOGLE_ACCESS_TOKEN
Environment variable: MCP_TRANSPORT
Environment variable: GOOGLE_CLIENT_ID
Environment variable: GOOGLE_CLIENT_SECRET
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-domdomegg-google-cal-mcp": {
"env": {
"MCP_TRANSPORT": "your-mcp-transport-here",
"GOOGLE_CLIENT_ID": "your-google-client-id-here",
"GOOGLE_ACCESS_TOKEN": "your-google-access-token-here",
"GOOGLE_CLIENT_SECRET": "your-google-client-secret-here"
},
"args": [
"-y",
"google-cal-mcp"
],
"command": "npx"
}
}
}Well-structured Google Calendar MCP server with proper OAuth integration and secure token handling. The server acts as an OAuth proxy to Google, with appropriate authentication requirements and input validation. Only minor improvements needed for error handling and parameter validation. Supply chain analysis found 12 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 7 files · 16 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!