MCP.so
Sign In

MCP Iceberg Catalog

@ahodroj

About MCP Iceberg Catalog

MCP server for interacting with Apache Iceberg catalog from Claude, enabling data lake discovery and metadata search through a LLM prompt.

Basic information

Category

AI & Agents

Runtime

python

Transports

stdio

Publisher

ahodroj

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-iceberg-service": {
      "command": "npx",
      "args": [
        "-y",
        "@smithery/cli",
        "install",
        "@ahodroj/mcp-iceberg-service",
        "--client",
        "claude"
      ]
    }
  }
}

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 MCP Iceberg Catalog?

MCP Iceberg Catalog is a Model Context Protocol server implementation that provides a SQL interface for querying and managing Apache Iceberg tables through Claude Desktop. It integrates with Iceberg REST catalogs and S3-compatible storage for data lake operations.

How to use MCP Iceberg Catalog?

Install via Smithery using npx -y @smithery/cli install @ahodroj/mcp-iceberg-service --client claude or configure Claude Desktop manually by adding a claude_desktop_config.json entry with the uv command and environment variables ICEBERG_CATALOG_URI, ICEBERG_WAREHOUSE, and optionally S3_ENDPOINT, AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY. Requires Python 3.10+, UV or pip, and access to an Iceberg REST catalog and S3 storage.

Key features of MCP Iceberg Catalog

  • SQL interface for Iceberg tables via Claude Desktop
  • Supports LIST TABLES, DESCRIBE TABLE, SELECT, and INSERT operations
  • Built on pyiceberg for catalog and table operations
  • Uses PyArrow for efficient data handling
  • Integrates with REST catalogs and S3-compatible storage

Use cases of MCP Iceberg Catalog

  • Querying and exploring Iceberg tables through natural language in Claude Desktop
  • Inserting data into Iceberg tables using SQL commands
  • Managing table metadata and schemas interactively
  • Building data lake applications with AI-assisted interfaces

FAQ from MCP Iceberg Catalog

What dependencies does MCP Iceberg Catalog require?

Python 3.10 or higher, UV package installer (recommended) or pip, access to an Iceberg REST catalog, and S3-compatible storage.

What operations are currently supported?

The server supports LIST TABLES, DESCRIBE TABLE, SELECT, and INSERT operations. UPDATE, DELETE, CREATE TABLE, and ALTER TABLE are listed as future implementations.

How is data accessed and stored?

Data is stored in an Iceberg REST catalog and S3-compatible storage. The server connects via REST catalog URIs and uses PyIceberg for table operations and PyArrow for data handling.

What transport does the server use?

The server communicates with Claude Desktop through stdio using the Model Context Protocol.

Are there any known limitations?

Complex data types (arrays, maps, structs), timestamp with timezone, decimals, nested fields, batch inserts, authentication, role-based access, and transaction support are not yet implemented and are listed as future work.

Comments

More AI & Agents MCP servers