πŸ”§

mcp-server-motherduck

πŸ”§MCP Server

lukaskostka99/mcp-server-motherduck

VibeIndex|
What it does

Enables AI assistants and IDEs to execute SQL queries across local and cloud DuckDB databases using a serverless, hybrid execution model with MotherDuck integration.

local

Installation

uvxRun with uvx (Python)
uvx mcp-server-motherduck --transport stream --db-path /path/to/local.db --read-only
uvxRun with uvx (Python)
uvx mcp-server-motherduck --transport stream --db-path md: --motherduck-token YOUR_TOKEN
uvxRun with uvx (Python)
uvx mcp-server-motherduck --transport stream --db-path md: --motherduck-token YOUR_TOKEN --saas-mode
Claude CLIAdd MCP server via Claude CLI
claude mcp add mcp-server-motherduck uvx mcp-server-motherduck -- --db-path md: --motherduck-token <YOUR_MOTHERDUCK_TOKEN_HERE>
Claude CLIAdd MCP server via Claude CLI
claude mcp add-json mcp-server-motherduck '{

+ 4 more commands in README

Claude Desktop ConfigurationAdd this to your claude_desktop_config.json
{ "mcpServers": { "mcp-server-motherduck": { "command": "uvx", ...
πŸ“– Extracted from lukaskostka99/mcp-server-motherduck README
0
AddedJan 26, 2026