google-contacts-mcp-server-by-cdata
If you are the rightful owner of google-contacts-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Google Contacts is a read-only server designed to allow LLMs to query live data from Google Contacts using natural language.
The CData MCP Server for Google Contacts is a specialized server that facilitates the interaction between large language models (LLMs) and Google Contacts data. By leveraging the CData JDBC Driver for Google Contacts, this server exposes Google Contacts as relational SQL models, enabling LLMs to access live data without the need for SQL queries. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from their Google Contacts. The server is designed to be read-only, providing a secure and efficient way to access contact data. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for Google Contacts in beta.
Features
- Read-only access to Google Contacts data
- Integration with CData JDBC Driver for Google Contacts
- Natural language querying without SQL
- Simple setup and configuration
- Support for LLMs like Claude Desktop
Tools
get_tables
Retrieves a list of tables available in the data source.
get_columns
Retrieves a list of columns for a specified table.
run_query
Executes a SQL SELECT query.