- Google Contacts MCP Server by CData
Google Contacts MCP Server by CData
What is Google Contacts MCP Server by CData?
This project builds a read-only Model Context Protocol (MCP) server for Google Contacts, allowing LLMs to query live data from Google Contacts using natural language without needing SQL.
How to use Google Contacts MCP Server?
To use the server, clone the repository, build it using Maven, install the CData JDBC Driver for Google Contacts, configure your connection, and run the server with the appropriate configuration file for your AI client.
Key features of Google Contacts MCP Server?
- Provides a read-only interface to Google Contacts data.
- Allows LLMs to retrieve live information using natural language queries.
- Simplifies data access without requiring SQL knowledge.
Use cases of Google Contacts MCP Server?
- Querying contact information using natural language.
- Integrating Google Contacts data with AI applications.
- Enabling data retrieval for analytics and reporting.
FAQ from Google Contacts MCP Server?
- Can I write data to Google Contacts using this server?
No, this server is read-only. For write capabilities, check the full CData MCP Server for Google Contacts.
- Is there a trial version available?
Yes, you can access a free beta version of the full CData MCP Server for Google Contacts.
- What is the licensing for this server?
The MCP server is licensed under the MIT License, allowing free use, modification, and distribution.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\google-contacts.prp"
]
}
}
}