Odel
mcp server motherduck

mcp server motherduck

Local
@motherduckdb517PythonMITUpdated 2w ago

SQL analytics and data engineering for AI Assistants and IDEs

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-server-motherduckv1.0.8

Run

uvx mcp-server-motherduck

MCP client config

{
  "mcpServers": {
    "mcp-server-motherduck": {
      "command": "uvx",
      "args": [
        "mcp-server-motherduck"
      ]
    }
  }
}