MCP.so
Sign In

gmail-mcp-server-by-cdata

@CDataSoftware

About 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

Basic information

Category

Communication

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 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.

Comments

More Communication MCP servers