π§
mcp-server-motherduck
π§MCP Serverlukaskostka99/mcp-server-motherduck
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-onlyuvxRun with uvx (Python)
uvx mcp-server-motherduck --transport stream --db-path md: --motherduck-token YOUR_TOKENuvxRun with uvx (Python)
uvx mcp-server-motherduck --transport stream --db-path md: --motherduck-token YOUR_TOKEN --saas-modeClaude 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