google-bigquery-mcp-server-by-cdata
If you are the rightful owner of google-bigquery-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 BigQuery is a read-only server that allows LLMs to query live data from Google BigQuery using the CData JDBC Driver.
The CData MCP Server for Google BigQuery is designed to facilitate the interaction between large language models (LLMs) and Google BigQuery by providing a read-only interface. This server leverages the CData JDBC Driver to expose Google BigQuery data as relational SQL models, enabling LLMs to retrieve live data through natural language queries without the need for SQL knowledge. The server is particularly useful for applications like Claude Desktop, where users can ask questions about their data and receive real-time responses. The setup involves cloning the repository, building the server, and configuring the connection using a JDBC driver. The server supports various tools for data retrieval, including listing tables and columns, and executing SQL queries.
Features
- Read-only access to Google BigQuery data through MCP interface.
- Integration with CData JDBC Driver for relational SQL model exposure.
- Natural language querying without SQL knowledge.
- Support for various tools to retrieve and query data.
- Compatible with LLMs like Claude Desktop.
Tools
{servername}_get_tables
Search a list of available tables in the data source
{servername}_get_columns
Search the list of columns available in the table
{servername}_run_query
Execute SQL SELECT query