MCP.so
Sign In

google-calendars-mcp-server-by-cdata

@CDataSoftware

About google-calendars-mcp-server-by-cdata

This read-only MCP Server allows you to connect to Google Calendars data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at

Basic information

Category

Other

License

MIT license

Runtime

java

Transports

stdio

Publisher

CDataSoftware

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is google-calendars-mcp-server-by-cdata?

google-calendars-mcp-server-by-cdata is a read-only Model Context Protocol (MCP) server that allows LLMs like Claude Desktop to query live Google Calendars data using natural language. It is powered by the CData JDBC Driver for Google Calendars, which exposes Google Calendars as relational SQL models. This server wraps that driver and provides an MCP interface, so no SQL is needed from the user.

How to use google-calendars-mcp-server-by-cdata?

Clone the repository, build the server with mvn clean install, install and license the CData JDBC Driver for Google Calendars, create a .prp file with your JDBC connection string, then configure Claude Desktop by adding the server to claude_desktop_config.json. Run the server using java -jar CDataMCP-jar-with-dependencies.jar <path-to>.prp. The server uses stdio transport and runs locally on the same machine as the client.

Key features of google-calendars-mcp-server-by-cdata

  • Read-only access to Google Calendars data via MCP
  • Query live data using natural language through LLMs
  • Exposes SQL tables and columns for structured access
  • Provides tools: get_tables, get_columns, run_query
  • Uses stdio transport, all data stays local
  • Built on the CData JDBC Driver for Google Calendars

Use cases of google-calendars-mcp-server-by-cdata

  • Ask an LLM for your calendar events today or this week
  • Get insights from Google Calendars without writing SQL queries
  • Integrate Google Calendars data into AI assistant workflows
  • Query calendar data alongside other enterprise data sources

FAQ from google-calendars-mcp-server-by-cdata

Is this server read-only?

Yes, the README explicitly states this is a read-only MCP server. For full read, write, update, and delete capabilities, CData offers a separate free beta MCP Server for Google Calendars.

What are the runtime requirements?

You need Java (to run the JAR), Maven (to build the server), and the CData JDBC Driver for Google Calendars installed and licensed (trial or full license key).

Where does my data live?

All data stays on your local machine. The server connects directly to Google Calendars via the JDBC driver and does not send data to any third party.

What transport does the server use?

The server uses stdio transport, so it can only be used with clients that run on the same machine as the server.

Does the server require authentication?

Yes, because the JDBC driver uses OAuth. During setup, you run the connection string utility and must authenticate in your browser to obtain and refresh credentials.

Comments

More Other MCP servers