MCP.so
登录
G

Google Search MCP Server by CData

@CDataSoftware

关于 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

基本信息

分类

搜索

传输方式

stdio

发布者

CDataSoftware

提交者

Cameron Leblanc

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\google-search.prp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

搜索 分类下的更多 MCP 服务器