ktanaka101/mcp-server-duckdb
by Various
A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
MCP
ktanaka101/mcp-server-duckdb
Added 1 June 2026
Overview
This is a Model Context Protocol server that enables LLM agents to interact with DuckDB databases. It exposes DuckDB's SQL capabilities through the MCP standard. Written in Python, it allows reading and querying data stored in DuckDB files or in-memory.
Best for
Best for
Developers building AI agents that need lightweight SQL querying on local or analytical datasets.
Use cases
- Run SQL queries on local or remote DuckDB files
- Integrate DuckDB analytics into LLM agent workflows
- Perform ad-hoc data analysis via natural language requests through MCP
Notes
This is a Model Context Protocol server that enables LLM agents to interact with DuckDB databases. It exposes DuckDB’s SQL capabilities through the MCP standard. Written in Python, it allows reading and querying data stored in DuckDB files or in-memory.
176 stars on GitHub. Last updated 2025-05-05. Licensed MIT.
Use cases
- Run SQL queries on local or remote DuckDB files
- Integrate DuckDB analytics into LLM agent workflows
- Perform ad-hoc data analysis via natural language requests through MCP
Pros
- Leverages DuckDB’s fast, efficient query execution for analytical workloads
- Simple setup using standard MCP client libraries
- Supports both file-based and in-memory databases
Cons
- Limited to DuckDB; cannot query other database systems directly
- Requires Python runtime and MCP client setup
- Not optimized for high-concurrency production environments
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Leverages DuckDB's fast, efficient query execution for analytical workloads
- Simple setup using standard MCP client libraries
- Supports both file-based and in-memory databases
Cons
- Limited to DuckDB; cannot query other database systems directly
- Requires Python runtime and MCP client setup
- Not optimized for high-concurrency production environments
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.