calendar-mcp-server
The calendar-mcp-server is an MCP server designed to retrieve a list of events from Google Calendar.
The calendar-mcp-server is a Model Context Protocol (MCP) server that facilitates the retrieval of event lists from Google Calendar. It requires the setup of an OAuth 2.0 client to authenticate and authorize access to the Google Calendar API. Users must create a desktop application OAuth 2.0 client and place the authentication JSON in the root directory. The server is configured to work with Claude Desktop, allowing seamless integration and execution of commands to fetch calendar events. This setup ensures secure and efficient access to calendar data, making it a valuable tool for applications that need to interact with Google Calendar.
Features
- OAuth 2.0 Authentication: Secure access to Google Calendar using OAuth 2.0 client credentials.
- Event Retrieval: Fetches a list of events from Google Calendar.
- Integration with Claude Desktop: Configurable to work with Claude Desktop for streamlined operations.
- Customizable Redirect URIs: Allows modification of redirect URIs for local development.
- Command Execution: Utilizes npx and ts-node for executing TypeScript code.
Usage with Different Platforms
claude_desktop
{
"mcpServers": {
"calendar": {
"command": "npx",
"args": ["ts-node",
"--project",
"/<path to>/mcp-calendar-server/tsconfig.json",
"/<path to>/mcp-calendar-server/src/index.ts"]
}
}
}
Related MCP Servers
View all calendar_management servers →apple-mcp
by supermemoryai
This is a collection of Apple-native tools for the Model Context Protocol (MCP) that integrates with various Apple applications to automate tasks and manage communications.
iMCP
by loopwork-ai
iMCP is a macOS app that connects your digital life with AI, supporting the Model Context Protocol (MCP) for seamless integration with various clients.
mcp-gsuite
by MarkusPfundstein
MCP server to interact with Google products, specifically Gmail and Calendar.
google-calendar-mcp
by nspady
This is a Model Context Protocol (MCP) server that provides integration with Google Calendar, allowing LLMs to interact with calendar events through a standardized interface.
applescript-mcp
by joshrutkowski
A Model Context Protocol server that enables LLM applications to interact with macOS through AppleScript, providing a standardized interface for AI applications to control system functions, manage files, handle notifications, and more.
google-workspace-mcp
by aaronsb
The Google Workspace MCP Server is a Model Context Protocol server that allows users to manage their Google Workspace, including Gmail, Calendar, and Drive, through a secure and efficient interface.
meeting-mcp
by Meeting-Baas
A Model Context Protocol (MCP) server that provides tools for managing meeting data, including transcripts, recordings, calendar events, and search functionality.