Back to directory
motherduckdb/mcp-server-motherduck

motherduckdb/mcp-server-motherduck

@motherduckdb

SQL analytics and data engineering for AI Assistants and IDEs using DuckDB and MotherDuck

duckdbmotherducksqldatabasemcp-serveranalyticsdata-engineeringpython

Installation & Configuration

{
  "mcpServers": {
    "DuckDB (in-memory, r/w)": {
      "command": "uvx",
      "args": [
        "mcp-server-motherduck",
        "--db-path",
        ":memory:",
        "--read-write",
        "--allow-switch-databases"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/12