MCP.so
登录

google-calendars-mcp-server-by-cdata

@CDataSoftware

关于 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

基本信息

分类

其他

许可证

MIT license

运行时

java

传输方式

stdio

发布者

CDataSoftware

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器