About
Overview
The MotherDuck MCP Server enables AI agents to use MotherDuck, the serverless analytics platform built on DuckDB. It provides cloud-hosted DuckDB databases with tools for executing queries, sharing data, and collaborating on analytical workloads. Combines DuckDB's speed with cloud convenience.
Capabilities
Tools & Capabilities
⚡query
Execute a SQL query on MotherDuck
⚡list_databases
List all databases
⚡list_tables
List tables in a database
⚡describe_table
Get the schema of a table
Setup
Installation
bash
Install
pip install mcp-server-motherduckExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"motherduck": {
"command": "python",
"args": ["-m", "mcp_server_motherduck"],
"env": {
"MOTHERDUCK_TOKEN": "your-token"
}
}
}
}Quick Info
Authormotherduck
LanguagePython
StatusStable
Stars★ 90
Last UpdatedFeb 12, 2026