Loading languages...
DU

duckdb-mcp-server

@mustafahasankhan11

A MCP server for DuckDB with auth and friendly sql support out of the box.

DuckDB
SQL
data analysis
database
S3

# mcpServer Config

{
  "mcpServers": {
    "duckdb": {
      "command": "duckdb-mcp-server",
      "args": [
        "--db-path",
        "~/claude-duckdb/data.db"
      ]
    }
  }
}

# stdio

duckdb-mcp-server --db-path ~/claude-duckdb/data.db
Transport:
stdio
Language:
Python
Created:4/20/2025
Updated:10/18/2025
Homepage: