MotherDuck
Official DatabaseQuery DuckDB and MotherDuck cloud analytics databases via MCP.
Quick Install
uvx mcp-server-motherduck Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck"
]
}
}
}