Databases
Query and analyze data with MotherDuck and local DuckDB. In-process analytical database.
mcpizy install duckdbnpx -y @motherduckdb/mcp-server{
"mcpServers": {
"duckdb": {
"command": "npx",
"args": [
"-y",
"@motherduckdb/mcp-server"
]
}
}
}