databricks-mcp-server-by-cdata
@CDataSoftware
关于 databricks-mcp-server-by-cdata
This read-only MCP Server allows you to connect to Databricks data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is databricks-mcp-server-by-cdata?
A read-only Model Context Protocol (MCP) server that lets LLMs like Claude Desktop query live Databricks data using natural language. It wraps the CData JDBC Driver for Databricks and exposes Databricks tables and columns as MCP tools.
How to use databricks-mcp-server-by-cdata?
Clone the repository, build with Maven (mvn clean install), download and license the CData JDBC Driver for Databricks, create a .prp file with your connection details, then add the server to your Claude Desktop configuration. The server runs via stdio and can only be used with clients on the same machine.
Key features of databricks-mcp-server-by-cdata
- Read-only access to Databricks data via natural language queries
- Exposes Databricks tables and columns as MCP tools
- Built on the CData JDBC Driver for Databricks
- SQL SELECT queries executed automatically by the LLM
- Simple setup with a
.prpconfiguration file - MIT licensed and open-source
Use cases of databricks-mcp-server-by-cdata
- Ask natural language questions about Databricks data (e.g., "What is the correlation between my closed won opportunities and account industry?")
- Retrieve live Databricks data during LLM conversations without writing SQL
- Enable Claude Desktop to explore and summarize Databricks tables
FAQ from databricks-mcp-server-by-cdata
Is this server read-only?
Yes. The README explicitly states it builds a read-only MCP server. For full CRUD capabilities, CData offers a separate beta server.
What are the runtime requirements?
You need Java, Maven (to build), and the CData JDBC Driver for Databricks (trial or licensed). The server runs on Windows, Mac, or Linux.
How does the server connect to Databricks?
It uses a JDBC connection string configured in a .prp file. The CData driver handles OAuth authentication when needed.
What transport protocol does it use?
The server uses stdio transport, so it must run on the same machine as the MCP client (e.g., Claude Desktop).
Does it support write, update, or delete operations?
No. Only read operations (via get_tables, get_columns, and run_query for SELECT queries) are provided in this version.
其他 分类下的更多 MCP 服务器
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
评论