MCP.so
登录

gmail-mcp-server-by-cdata

@CDataSoftware

关于 gmail-mcp-server-by-cdata

This read-only MCP Server allows you to connect to Gmail 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 gmail-mcp-server-by-cdata?

gmail-mcp-server-by-cdata is a read-only Model Context Protocol (MCP) server built by CData that allows LLMs like Claude Desktop to query live Gmail data. It wraps the CData JDBC Driver for Gmail, which exposes Gmail data as relational SQL models, so users can retrieve live information using natural language—no SQL required.

How to use gmail-mcp-server-by-cdata?

Clone the repository, build the JAR with Maven, download and license the CData JDBC Driver for Gmail, create a .prp file with your JDBC connection string, then configure Claude Desktop’s claude_desktop_config.json to point to the server. The server runs via java -jar using stdio transport. Once configured, ask your LLM questions about your Gmail data—the built-in tools ({servername}_get_tables, {servername}_get_columns, {servername}_run_query) are invoked automatically.

Key features of gmail-mcp-server-by-cdata

  • Read-only MCP server for querying live Gmail data
  • Uses CData JDBC Driver for Gmail as the data connector
  • Exposes Gmail data as relational SQL tables
  • Natural language queries – no SQL required for end users
  • Provides tools: get_tables, get_columns, run_query
  • Works with Claude Desktop and other MCP-compatible clients

Use cases of gmail-mcp-server-by-cdata

  • Ask Claude Desktop about correlations in your Gmail data
  • Retrieve open tickets or calendar events from Gmail
  • Query any Gmail data exposed by the JDBC driver in natural language
  • Integrate Gmail data into AI-powered workflows without custom API coding

FAQ from gmail-mcp-server-by-cdata

Is this server read-only?

Yes, this project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, check out the free CData MCP Server for Gmail (beta) linked in the README.

What are the dependencies or runtime requirements?

You need Java installed, Maven to build the JAR, and the CData JDBC Driver for Gmail (trial or licensed). The server runs on the same machine as the LLM client (uses stdio transport).

Where does the data live?

The server queries live Gmail data through the CData JDBC Driver. No data is stored locally; all queries go directly to Gmail via the driver.

What transport does the server use?

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

How is authentication handled?

Authentication (OAuth) is configured via the CData JDBC Driver’s connection string utility. When OAuth is required, you will be prompted to authenticate in your browser during setup.

评论

沟通协作 分类下的更多 MCP 服务器