# apache/iceberg | Model Context Protocol (MCP) Server > Apache Iceberg - **Stars**: ⭐ 9,108 - **Language**: Java - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "iceberg": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iceberg" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "iceberg": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-iceberg" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-iceberg` - **Docker**: `docker run -i --rm mcp/iceberg`