1.0.2 • Published 1 year ago
@ihateastrology/server-google-calendar v1.0.2
MCP Server for Google Calendar
A Model Context Protocol (MCP) server for Google Calendar integration.
Usage with Claude Desktop
Add to your Claude configuration file:
{
"mcpServers": {
"google-calendar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-google-calendar"
],
"env": {
"GOOGLE_CLIENT_ID": "your_client_id",
"GOOGLE_CLIENT_SECRET": "your_client_secret",
"GOOGLE_REFRESH_TOKEN": "your_refresh_token"
}
}
}
}Features
- List upcoming calendar events
- Create new events
- Update existing events
- Delete events
Environment Variables
GOOGLE_CLIENT_ID: Your Google OAuth client IDGOOGLE_CLIENT_SECRET: Your Google OAuth client secretGOOGLE_REFRESH_TOKEN: Your Google OAuth refresh token