Skip to content
ai101.tools
navigateopenescclose
Claude+372Whisper+228LangChain+168Codex+223NotebookLM+276DALL-E 3+192DeepL+249n8n+208Topaz Video AI+153LlamaIndex+161
DuckDB MCP Server logo
MCP server

DuckDB MCP Server

A single-tool DuckDB server for local analytical queries.

0
SaveVisit website ↗

Add it to your client

Community
Install
uvx mcp-server-duckdb --db-path ~/data.duckdb
mcpServers
{
  "mcpServers": {
    "duckdb-mcp": {
      "command": "uvx",
      "args": [
        "mcp-server-duckdb",
        "--db-path",
        "~/data.duckdb"
      ]
    }
  }
}
Transport
stdio
Runtime
Python
Auth
Not required
Tools
1
License
MIT
Tools
query

Opens the DuckDB file given on the command line and exposes one tool that accepts any DuckDB SQL statement. The maintainer's reasoning is that a capable model writes its own SELECT, CREATE TABLE or JOIN, so splitting the surface into separate endpoints adds little. A read-only flag hands the guarantee to DuckDB itself rather than to prompt wording, and the file is created automatically when it does not exist.

Comments(0)

Sign in to comment

No comments yet — be the first.

Similar MCP servers

Report this comment

Why are you reporting this?