# DuckDB Server

A DuckDB MCP server allowing interaction with DuckDB databases through MCP.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add mcp-server-duckdb

# Browse available tools
npx -y @smithery/cli@latest tool list mcp-server-duckdb
```

---

Source: https://github.com/ktanaka101/mcp-server-duckdb | License: MIT
