ktanaka101_mcp-server-duckdb

ktanaka101_mcp-server-duckdb

3.2

If you are the rightful owner of ktanaka101_mcp-server-duckdb and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools.

read-query

Execute SELECT queries to read data from the database.

write-query

Execute INSERT, UPDATE, or DELETE queries to modify data.

create-table

Create new tables in the database.

list-tables

List all tables in the database.

describe-table

Get schema information for a specific table.