ashlesh-experiments/googleCal-mcp
MCP server for Google Calendar integration, enabling Claude/LLMs to schedule, manage, and query events via structured tool interfaces. Implements OAuth 2.0 and Google Calendar API with a clean abstraction layer for AI-driven workflows.
Platform-specific configuration:
{
"mcpServers": {
"googleCal-mcp": {
"command": "npx",
"args": [
"-y",
"googleCal-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Google Calendar integration, enabling Claude/LLMs to schedule, manage, and query events via structured tool interfaces. Implements OAuth 2.0 and Google Calendar API with a clean abstraction layer for AI-driven workflows.
Loading reviews...