trackmcp
Back to directory
cablate

mcp-google-calendar

View on GitHub

MCP server that provides doc forge capabilities

3 stars TypeScriptAI & Machine Learning Updated Aug 15, 2025
aidivegoogle-calendargoogle-calendar-apimcpmcp-server

Documentation

Calendar Tools MCP Server

A powerful Model Context Protocol (MCP) server providing comprehensive calendar management capabilities.

Features

Calendar Management

  • Create calendar events
  • List calendar events
  • Update existing events
  • Delete events

Demo on Dive Desktop

Calendar Tools Demo

Installation

Manual Installation

bash
npm install -g @cablate/mcp-google-calendar

Usage

Cli

bash
mcp-google-calendar

With Dive Desktop

1. Click "+ Add MCP Server" in Dive Desktop

2. Copy and paste this configuration:

json
{
  "mcpServers": {
    "calendar": {
      "command": "npx",
      "args": ["-y", "@cablate/mcp-google-calendar"],
      "env": {
        "GOOGLE_CALENDAR_ID": "your_calendar_id",
        "GOOGLE_TIME_ZONE": "your_time_zone",
        "GOOGLE_CREDENTIALS_PATH": "your_credentials_path"
      },
      "enabled": true
    }
  }
}

3. Click "Save" to install the MCP server

Google Service Account and Credentials

Here is the simple steps to create a google service account and credentials:

1. Go to Google Cloud Console

2. Create a new project or select an existing project

3. Navigate to the "IAM & Admin" section

4. Click on "Service Accounts"

5. Click on "Create Service Account"

6. Enter a name for the service account (e.g., "MCP Google Calendar")

7. Click on "Create"

8. Click on "Create Key"

9. Select "JSON" as the key type

10. Click on "Create"

11. Download the JSON file and save it as `credentials.json`

if still got any question, google and find the answer.

License

MIT

Contributing

Welcome community participation and contributions! Here are ways to contribute:

  • ⭐️ Star the project if you find it helpful
  • 🐛 Submit Issues: Report problems or provide suggestions
  • 🔧 Create Pull Requests: Submit code improvements

Contact

If you have any questions or suggestions, feel free to reach out:

  • 📧 Email: reahtuoo310109@gmail.com
  • 📧 GitHub: CabLate
  • 🤝 Collaboration: Welcome to discuss project cooperation
  • 📚 Technical Guidance: Sincere welcome for suggestions and guidance

Frequently asked questions

What is mcp-google-calendar?

mcp-google-calendar is MCP server that provides doc forge capabilities

How do I install mcp-google-calendar?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-google-calendar open source?

Yes — it is hosted on GitHub at https://github.com/cablate/mcp-google-calendar and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP