Skip to content

Duckpond

Free

by MCP Community

MCP server for multi-tenant DuckDB management with R2/S3 storage

v0.4.4Added Apr 12, 2026
mcpmodel-context-protocolduckdbduckpondr2
Works with:ClaudeGPTGeminiCopilot

Duckpond MCP Server

MCP server for multi-tenant DuckDB management with R2/S3 storage

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y duckpond-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "duckpond": {
      "command": "npx",
      "args": ["-y", "duckpond-mcp-server"]
    }
  }
}