cablate/mcp-google-calendar
MCP server that provides doc forge capabilities
Platform-specific configuration:
{
"mcpServers": {
"mcp-google-calendar": {
"command": "npx",
"args": [
"-y",
"mcp-google-calendar"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A powerful Model Context Protocol (MCP) server providing comprehensive calendar management capabilities.
npm install -g @cablate/mcp-google-calendarmcp-google-calendar{
"mcpServers": {
"calendar": {
"command": "npx",
"args": ["-y", "@cablate/mcp-google-calendar"],
"env": {
"GOOGLE_CALENDAR_ID": "your_calendar_id",
"GOOGLE_TIME_ZONE": "your_time_zone",
"GOOGLE_CREDENTIALS_PATH": "your_credentials_path"
},
"enabled": true
}
}
}Here is the simple steps to create a google service account and credentials:
credentials.jsonif still got any question, google and find the answer.
MIT
Welcome community participation and contributions! Here are ways to contribute:
If you have any questions or suggestions, feel
Loading reviews...