Connects Claude to Apache Iceberg table format operations through MCP. Since the repo details are sparse, this likely exposes core Iceberg functionality like reading table metadata, querying data lake tables, and managing table schemas. You'd reach for this when working with lakehouse architectures where Iceberg handles your table layer, especially if you need Claude to inspect or interact with your data catalog. Useful for data engineers who want conversational access to Iceberg tables without switching to Spark or Trino consoles. Runs over stdio, so it integrates directly into your Claude workflow.
claude mcp add --transport stdio io.github.dragonejt-iceberg-mcp-server -- uvx iceberg-mcp-server