Google Search MCP Server by CData
@CDataSoftware
About Google Search 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 Search (beta): https://www.cdata.com/download/download.aspx?sku=BLZK-V&type=beta
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-search.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 Search MCP Server by CData?
This is a read-only MCP server that uses the CData JDBC Driver for Google Search to let LLMs like Claude Desktop query live Google Search data via natural language questions — no SQL required.
How to use Google Search MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for Google Search, then create a .prp file with your JDBC connection string. Add the server to your Claude Desktop config (claude_desktop_config.json) and run or refresh the client. The server runs over stdio and must be on the same machine as the client.
Key features of Google Search MCP Server by CData
- Read-only access to Google Search data via MCP.
- Uses CData JDBC Driver to expose Google Search as SQL models.
- Built-in tools:
get_tables,get_columns,run_query. - Works with natural language queries through AI clients.
- Simple setup with a single JAR and property file.
- Licensed under MIT License.
Use cases of Google Search MCP Server by CData
- Ask an LLM to search Google for recent news about a topic.
- Let Claude Desktop answer questions using live Google Search results.
- Integrate Google Search into AI workflows without writing custom code.
- Query Google Search alongside other data sources via the same MCP interface.
FAQ from Google Search MCP Server by CData
What does this MCP server do?
It allows LLMs to read Google Search data by issuing tools that run SQL-like queries through the CData JDBC Driver. The server is read-only; for full create, update, delete, and action capabilities, see the separate CData MCP Server for Google Search (beta).
How do I set up the server?
Clone the repo, run mvn clean install, download and license the CData JDBC Driver for Google Search, configure a .prp file with your JDBC connection string, then add the server to your MCP client’s config.
What tools are available?
Three tools: {servername}_get_tables (list tables), {servername}_get_columns (list columns for a table), and {servername}_run_query (execute a SQL SELECT query). You do not need to call them directly—just ask natural language questions.
Does the server require a database or special runtime?
It requires Java (to run the JAR) and the CData JDBC Driver for Google Search (trial or licensed). No database is needed; the driver connects directly to Google Search.
How does the server communicate with the client?
The server uses the stdio transport, so it must run on the same machine as the client. Authentication (e.g., OAuth) is handled by the JDBC driver during connection setup.
Frequently asked questions
What does this MCP server do?
It allows LLMs to read Google Search data by issuing tools that run SQL-like queries through the CData JDBC Driver. The server is read-only; for full create, update, delete, and action capabilities, see the separate CData MCP Server for Google Search (beta).
How do I set up the server?
Clone the repo, run `mvn clean install`, download and license the CData JDBC Driver for Google Search, configure a `.prp` file with your JDBC connection string, then add the server to your MCP client’s config.
What tools are available?
Three tools: `{servername}_get_tables` (list tables), `{servername}_get_columns` (list columns for a table), and `{servername}_run_query` (execute a SQL SELECT query). You do not need to call them directly—just ask natural language questions.
Does the server require a database or special runtime?
It requires Java (to run the JAR) and the CData JDBC Driver for Google Search (trial or licensed). No database is needed; the driver connects directly to Google Search.
How does the server communicate with the client?
The server uses the `stdio` transport, so it must run on the same machine as the client. Authentication (e.g., OAuth) is handled by the JDBC driver during connection setup.
Basic information
More Search MCP servers
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
mcp-omnisearch
spences10🔍 A Model Context Protocol (MCP) server providing unified access to multiple search engines (Tavily, Brave, Kagi, Exa), AI tools (Kagi FastGPT, Exa, Linkup), and content extraction services (Firecrawl, Tavily, Kagi). Includes GitHub search. All through a single interface.

QuanticData — Web Scraping MCP Server
quantumproxiesWeb scraping MCP server for AI agents: scrape any page to clean Markdown, SERP search (Google, Bing, DuckDuckGo), site crawl and map, 74 ready-made collectors and residential proxies. 25 tools, pay per success.
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Goalie Trademark Search MCP
goalie-mcpSearch & filter 14M+ USPTO trademark records from an AI agent. This is a trademark MCP server, not a TSDR lookup.
Comments