
DuckDB
OfficialIn-process SQL OLAP database for local analytics
Provider:DuckDB Labs
Category:Database
Installation
Command Line
npx @duckdb/duckdb-wasm-shellConfiguration
Add this configuration to your MCP settings file (usually mcp.json or your IDE's MCP configuration):
JSON Configuration
{
"mcpServers": {
"duckdb": {
"command": "npx",
"args": [
"-y",
"duckdb-mcp"
]
}
}
}