Back to directory
mcp-server-motherduck

mcp-server-motherduck

@motherduckdb465

An MCP server implementation that interacts with DuckDB and MotherDuck databases, providing SQL analytics capabilities to AI Assistants and IDEs.

DuckDBMotherDuckSQLanalyticsdatabase

Installation & Configuration

{
  "mcpServers": {
    "mcp-server-motherduck": {
      "command": "uvx",
      "args": [
        "mcp-server-motherduck",
        "--db-path",
        "md:",
        "--motherduck-token",
        "<YOUR_MOTHERDUCK_TOKEN_HERE>"
      ]
    }
  }
}

Information

Transport
stdiossestreamable
Language
Python
Created
2024/12/12
Updated
2026/6/7