Enables interaction with Apache Iceberg catalogs from Claude, facilitating data lake discovery and metadata search through natural language prompts.
Sponsored
Iceberg Catalog is an MCP server that provides a SQL interface for querying and managing Apache Iceberg tables directly from Claude desktop. It allows users to discover and explore data lakes using natural language prompts, making data exploration more accessible. Built on the Model Context Protocol (MCP), the server handles communication with Claude, parses SQL queries, and integrates with PyIceberg and PyArrow for efficient data handling and table operations.
Key Features
01SQL interface for querying Iceberg tables
02Integration with Claude desktop for natural language interaction
03Uses PyIceberg for table operations
04Supports LIST TABLES, DESCRIBE TABLE, SELECT, and INSERT operations
05Leverages PyArrow for efficient data handling
Use Cases
01Data lake discovery via Claude desktop
02Metadata search using natural language prompts
03SQL-based querying of Iceberg tables within Claude