takumi0706/google-calendar-mcp
An MCP server to interface with the Google Calendar API. Based on TypeScript.
Quick Start
Clone the repository:
git clone https://github.com/takumi0706/google-calendar-mcpClaude Desktop configuration example:
{
"mcpServers": {
"google-calendar-mcp": {
"command": "npx",
"args": [
"-y",
"takumi0706/google-calendar-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.