Google Directory MCP Server by CData
@CDataSoftware
About Google Directory MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Google Directory (beta): https://www.cdata.com/download/download.aspx?sku=EUZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-directory.prp"
]
}
}
}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 Directory MCP Server by CData?
Google Directory MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables LLMs like Claude Desktop to query live data from Google Directory using natural language. It wraps the CData JDBC Driver for Google Directory, which exposes Google Directory as relational SQL models, and makes that data available through a simple MCP interface—no SQL required.
How to use Google Directory MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, install and license the CData JDBC Driver for Google Directory, then configure a .prp file with your connection details. Add the server to your Claude Desktop config (claude_desktop_config.json) using the Java command that points to the JAR and the .prp file. Run or refresh your client to start querying.
Key features of Google Directory MCP Server by CData
- Read-only access to live Google Directory data
- Exposes Google Directory as SQL tables via MCP tools
- Supports natural language queries through LLM clients
- Provides tools:
get_tables,get_columns,run_query - Uses
stdiotransport (client and server on same machine)
Use cases of Google Directory MCP Server by CData
- Answering questions about Google Directory users and groups via a conversational AI
- Listing available tables and columns in Google Directory for exploration
- Running read-only SQL queries against Google Directory data without writing full SQL
- Integrating Google Directory insights into AI‑powered analytics workflows
FAQ from Google Directory MCP Server by CData
Is this server read-only or can it write data?
The README explicitly states this project builds a read-only MCP server. For full create, update, delete, and action capabilities, CData offers a separate free beta server.
What are the runtime requirements?
You need Java installed, the CData JDBC Driver for Google Directory (downloaded and licensed), and the server must run on the same machine as the client because it uses stdio transport.
How do I connect to Google Directory?
Configure a .prp file with the JDBC connection string (e.g., jdbc:googledirectory:InitiateOAuth=GETANDREFRESH;), and set the path to the driver JAR and driver class (cdata.jdbc.googledirectory.GoogleDirectoryDriver).
What tools does the server expose?
It provides {servername}_get_tables (list tables), {servername}_get_columns (list columns for a table), and {servername}_run_query (execute a SQL SELECT query). All output is CSV.
Where does my data live?
The server queries Google Directory live via the JDBC driver; no data is stored by the server. The driver handles authentication and data retrieval directly from Google.
More Files & Storage MCP servers
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Filesystem
chrisdocManage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
Rust MCP Filesystem
rust-mcp-stackBlazing-fast, asynchronous MCP server for seamless filesystem operations.
Google Drive server
isaacphiModel Context Protocol (MCP) Server for reading from Google Drive and editing Google Sheets
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
Comments