About
Overview
The Apache Hive MCP Server enables AI agents to query Hive data warehouses. It provides tools for executing HiveQL queries, listing databases and tables, and managing partitions.
Capabilities
Tools & Capabilities
⚡query
Execute a HiveQL query
⚡list_databases
List Hive databases
⚡list_tables
List tables in a database
⚡describe_table
Describe table schema
Setup
Installation
bash
Install
npx -y @nicepkg/mcp-server-hiveExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "@nicepkg/mcp-server-hive"]
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 40
Last UpdatedFeb 12, 2026