Duckdb Mcp Native
Freeby MCP Community
Native Node.js/TypeScript implementation of DuckDB MCP extension
v1.1.1Added Apr 12, 2026
duckdbmcpmodel-context-protocolsqldatabase
Duckdb Mcp Native MCP Server
Native Node.js/TypeScript implementation of DuckDB MCP extension
Installation
Reviews
Installation
Quick install
npx -y @seed-ship/duckdb-mcp-native
Add to claude_desktop_config.json
{
"mcpServers": {
"duckdb-mcp-native": {
"command": "npx",
"args": ["-y", "@seed-ship/duckdb-mcp-native"]
}
}
}