google-bigquery-mcp-server-by-cdata
@CDataSoftware
关于 google-bigquery-mcp-server-by-cdata
This read-only MCP Server allows you to connect to Google BigQuery data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is google-bigquery-mcp-server-by-cdata?
google-bigquery-mcp-server-by-cdata is a read-only MCP server that lets LLMs (such as Claude Desktop) query live Google BigQuery data using natural language. It wraps CData’s JDBC Driver for Google BigQuery, exposing the data as relational SQL models without requiring direct SQL from the user.
How to use google-bigquery-mcp-server-by-cdata?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Google BigQuery, create a .prp file with your JDBC connection string and table settings, then add the server to Claude Desktop’s claude_desktop_config.json. The server runs on stdio and must be on the same machine as the client.
Key features of google-bigquery-mcp-server-by-cdata
- Read-only MCP server for Google BigQuery
- Natural language querying via LLMs
- Exposes tables and columns through built‑in tools
- Uses the CData JDBC Driver for Google BigQuery
- Requires Java and a configured
.prpfile - Communicates over
stdiotransport
Use cases of google-bigquery-mcp-server-by-cdata
- Let LLMs answer questions about live BigQuery data without writing SQL
- Retrieve metadata (tables, columns) from a BigQuery dataset
- Integrate BigQuery queries into conversational AI assistants like Claude Desktop
- Explore BigQuery data interactively with natural language prompts
FAQ from google-bigquery-mcp-server-by-cdata
Is this server read‑only, or can it write/update/delete data?
This server is explicitly read‑only. For full CRUD capabilities, CData offers a separate free beta MCP Server for Google BigQuery.
What are the runtime dependencies?
You need Java, Maven (to build), and the CData JDBC Driver for Google BigQuery (downloaded and licensed separately). A .prp configuration file is also required.
How does the server connect to my data?
The server uses a JDBC connection string configured in the .prp file. It connects live to Google BigQuery through the CData JDBC Driver, which handles OAuth and other authentication.
What transport does the server use?
The server uses stdio transport, so it must run on the same machine as the MCP client (e.g., Claude Desktop).
Which tools does the server expose?
It exposes three tools: {servername}_get_tables, {servername}_get_columns, and {servername}_run_query (for SELECT queries).
数据库 分类下的更多 MCP 服务器
Neon MCP Server
neondatabase-labsMCP server for interacting with Neon Management API and databases
Redis MCP Server
redisThe official Redis MCP Server is a natural language interface designed for agentic applications to manage and search data in Redis efficiently
MCP Server for MySQL based on NodeJS
benborlaA Model Context Protocol server that provides read-only access to MySQL databases. This server enables LLMs to inspect database schemas and execute read-only queries.
Neon MCP Server
neondatabaseMCP server for interacting with Neon Management API and databases
评论