Google Calendar
Create and manage Google Calendar events with AI assistants.
MCP Google Calendar Server
A Model Context Protocol (MCP) server implementation that enables AI assistants like Claude to create and manage Google Calendar events.
Features
- Create calendar events with title, description, start/end times, and alert
- Support for adding event attendees
- OAuth2 authentication with Google Calendar API
- Full MCP protocol implementation
- Debug logging for troubleshooting
Prerequisites
- Node.js v18 or later
- Google Cloud Console project with Calendar API enabled
- OAuth2 credentials (Client ID and Client Secret)
Setup
Paste Claude "claude_desktop_config.json"
{
"mcpServers": {
"zmes-calendar": {
"command": "npx",
"args": [
"-y",
"@tobedoit/google-calendar-mcp"
],
"env": {
"GOOGLE_CLIENT_ID": "your_google_client_id",
"GOOGLE_CLIENT_SECRET": "your_google_client_secret",
"GOOGLE_REFRESH_TOKEN": "your_google_refresh_token"
}
}
}
}
Verwandte Server
Confluence
Provides secure access to Atlassian Confluence content and spaces using its REST API.
JIRA
Integrate with JIRA to allow AI assistants to directly interact with JIRA issues.
Asana
Interact with the Asana API to manage tasks, projects, and workspaces.
Notion
Interact with Notion's API to read, create, and modify content using natural language.
Obsidian
Interact with your Obsidian notes and vaults using the Local REST API plugin.
Moneybird MCP Server
Connects AI assistants to Moneybird accounting software via its API.
Flomo
Create notes in Flomo through AI chat interactions in Cursor or Claude desktop.
Todoist
Integrates with the Todoist API to manage your tasks and projects.
Feishu/Lark OpenAPI
Connects AI agents to the Feishu/Lark platform to automate document processing, conversation management, and calendar scheduling via its OpenAPI.
Bookstack MCP
An MCP server for interacting with Bookstack, built with the mcp-framework for Node.js.