MCP server

MotherDuck
MCPOfficial DuckDB / MotherDuck MCP.
Local DuckDB or MotherDuck cloud. Fast analytics from the people who ship the warehouse.
latest·Apache-2.0·Updated this quarter·github.com/motherduckdb/mcp-server-motherduck·Transport: stdio
Claude CodeCursorVS CodeDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck"
],
"env": {
"MOTHERDUCK_TOKEN": "…"
}
}
}
}By MotherDuck
Spec
What the server actually exposes.
query
readSQL against the attached DuckDB.
list_tables
readTables in the current database.
describe
readSchema for a table.
Guardrails
- Credentials stay in env
- Read-first unless a write tool is called
- Official package, not a wrapper
motherduck-mcp.mcp/tools
Tools
- read
query
SQL against the attached DuckDB.
- read
list_tables
Tables in the current database.
- read
describe
Schema for a table.
Last call
{ "ok": true,
"tool": "query",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.

