:heavy_exclamation_mark: This project builds a local, read-only MCP server. For fully remote MCP access, check out the first managed MCP platform
If you want an AI assistant working directly with Gmail By Cdata, the gmail by cdata mcp server is the bridge. :heavy_exclamation_mark: This project builds a local, read-only MCP server. For fully remote MCP access, check out the first managed MCP platform: CData Connect AI. For locally hosted, full read, write, update, delete, and action capabilities and a simplified setup.
:heavy_exclamation_mark: This project builds a local, read-only MCP server. For fully remote MCP access, check out the first managed MCP platform: CData Connect AI. For locally hosted, full read, write, update, delete, and action capabilities and a simplified setup, check out our CData MCP Server for Gmail. ## Purpose We created this read-only MCP Server to allow LLMs (like Claude Desktop) to query live data Gmail supported by the CData JDBC Driver for Gmail.
Once connected, the assistant can call these 3 tools directly:
gmail_get_tables — The gmail_get_tables tool exposed by this servergmail_get_columns — The gmail_get_columns tool exposed by this servergmail_run_query — The gmail_run_query tool exposed by this serverSetup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.
Communication servers earn their keep on volume — summarising channels and threads that would otherwise cost you an hour of scrollback. Gmail By Cdata sits in that group, and the shape of its toolset — gmail_get_tables, gmail_get_columns, gmail_run_query — tells you what it is really for. Worth comparing against the other communication servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| gmail_get_tables | The gmail_get_tables tool exposed by this server. |
| gmail_get_columns | The gmail_get_columns tool exposed by this server. |
| gmail_run_query | The gmail_run_query tool exposed by this server. |
**Linux/Mac**
```json
{
"mcpServers": {
"{classname_dash}": {
"command": "/PATH/TO/java",
"args": [
"-jar",
"/PATH/TO/CDataMCP-jar-with-dependencies.jar",
"/PATH/TO/gmail.prp"
]
},
...
}
}Configuration as documented by the project. Restart the client after saving.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.