The Google Calendar MCP server allows AI agents to read, create, update, and delete events in a user's Google Calendar. It provides tools for event management, including event creation, modification, and deletion. The server connects to the Google Calendar API, enabling direct interaction with calendar data. Developers use it to build AI agents that can manage schedules, set reminders, and automate calendar-related tasks.
The Google Calendar MCP server allows AI agents to read, create, update, and delete events in a user's Google Calendar. It provides tools for event management, including event creation, modification, and deletion. The server connects to the Google Calendar API, enabling direct interaction with calendar data. Developers use it to build AI agents that can manage schedules, set reminders, and automate calendar-related tasks.
npx -y @takumi0706/google-calendar-mcpAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"takumi0706-google-calendar-mcp-github": {
"command": "npx",
"args": [
"-y",
"npx -y @takumi0706/google-calendar-mcp"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from google calendar mcp?"
API Key Required
This server requires an API key from google calendar mcp. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| GOOGLE_CALENDAR_MCP_API_KEY | Yes | Your google calendar mcp API key |
"What resources are available in google calendar mcp?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in google calendar mcp"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in google calendar mcp with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.