DuckDB, via the mcp-server-duckdb integration, serves as a Model Context Protocol (MCP) server providing database interaction capabilities to Large Language Models and software agents. It enables SQL querying, table creation, schema inspection, and read-only operation with local DuckDB databases. This tool is particularly designed for developers, researchers, and analytic workflows looking to incorporate SQL-based data access within language model-driven applications and MCP-compatible tools.
Visit Duckdb's official website for product details and getting started.
Comprehensive guides and API references for using DuckDB with MCP.
Access the source code, issues, and contributions related to DuckDB.