Apache Hbase MCP Server by CData
@CDataSoftware
About Apache Hbase 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 Apache Hbase (beta)](https://www.cdata.com/download/download.aspx?sku=RHZK-V&type=beta).
Basic information
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\\apache-hbase.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 Apache Hbase MCP Server by CData?
The Apache Hbase MCP Server by CData is a read-only Model Context Protocol (MCP) server that enables large language models (LLMs) such as Claude Desktop to query live Apache Hbase data using natural language. It is built on the CData JDBC Driver for Apache Hbase, which exposes Hbase data as relational SQL models, and wraps that driver into a simple MCP interface — no SQL required from the user.
How to use Apache Hbase MCP Server by CData?
Clone the repository and build the JAR with mvn clean install. Install and license the CData JDBC Driver for Apache Hbase. Use the driver’s Connection String utility to configure your connection, then create a .prp file with the required properties (Prefix, ServerName, DriverPath, DriverClass, JdbcUrl, etc.). Add the server to your Claude Desktop configuration (claude_desktop_config.json) using java -jar CDataMCP-jar-with-dependencies.jar <path-to-prp>. Run or restart Claude Desktop to start querying your Hbase data.
Key features of Apache Hbase MCP Server by CData
- Read-only SQL access to live Apache Hbase data
- Natural language querying via MCP-compatible LLM clients
- Built on the CData JDBC Driver for Apache Hbase
- Works with Claude Desktop and other stdio-based MCP clients
- Uses a simple
.prpfile for connection configuration - Supports OAuth authentication when required by the data source
Use cases of Apache Hbase MCP Server by CData
- Ask an AI assistant to retrieve Hbase table contents without writing SQL
- Let a language model analyze trends across Hbase columns
- Integrate Hbase data into conversational workflows in Claude Desktop
- Quickly explore Hbase schema through automated tools (get_tables, get_columns)
FAQ from Apache Hbase MCP Server by CData
Is this server read-only or can it write data?
The server is explicitly a read-only MCP server. It only exposes SQL SELECT queries via the run_query tool. For full read, write, update, and delete capabilities, CData offers a separate free beta MCP server.
What dependencies are required to run this server?
You need Java (to run the JAR), the CData JDBC Driver for Apache Hbase (downloaded and licensed separately), and an MCP client (e.g., Claude Desktop) that supports stdio transport.
How is authentication handled for Hbase?
The CData JDBC Driver’s Connection String utility lets you configure authentication, including OAuth. After testing the connection, you copy the resulting connection string (JdbcUrl) into your .prp file.
What transport does this server use?
The server uses stdio transport, so it can only be used with clients running on the same machine as the server.
Where can I get help if something goes wrong?
For connection issues, contact the CData Support Team. For general MCP server feedback, join the CData Community. Troubleshooting tips include restarting Claude Desktop fully and verifying the connection string.
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

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
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Comments