MotherDuck MCP Server (Official)

Official MotherDuck MCP server enabling AI agents to run SQL analytics with DuckDB — querying local files (Parquet, CSV, JSON), cloud-hosted MotherDuck databases, and performing in-process analytics without spinning up a cluster.

Evaluated Mar 06, 2026 (0d ago) vcurrent
Homepage ↗ Repo ↗ Other motherduck duckdb analytics mcp-server official sql serverless olap
⚙ Agent Friendliness
82
/ 100
Can an agent use this?
🔒 Security
80
/ 100
Is it safe for agents?
⚡ Reliability
79
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
82
Documentation
85
Error Messages
82
Auth Simplicity
90
Rate Limits
68

🔒 Security

TLS Enforcement
100
Auth Strength
75
Scope Granularity
60
Dep. Hygiene
85
Secret Handling
80

HTTPS for cloud. No token scope granularity. SOC 2. Local DuckDB is fully on-device.

⚡ Reliability

Uptime/SLA
78
Version Stability
80
Breaking Changes
75
Error Recovery
82
AF Security Reliability

Best When

An agent needs fast, serverless SQL analytics on local or cloud data files — especially for data exploration and ad-hoc analysis without infrastructure overhead.

Avoid When

You need a multi-user concurrency-heavy data warehouse — use BigQuery, Snowflake, or ClickHouse instead.

Use Cases

  • Running fast SQL analytics on local files from data analysis agents
  • Querying MotherDuck cloud databases from analytics agents
  • Analyzing Parquet files directly from data pipeline agents
  • Ad-hoc data exploration with zero infrastructure from exploration agents
  • Joining local and cloud data with hybrid execution
  • Generating analytics reports from large CSV/JSON datasets

Not For

  • High-concurrency OLTP transactional workloads
  • Teams needing enterprise-scale distributed analytics (use BigQuery/Snowflake)
  • Real-time streaming analytics

Interface

REST API
No
GraphQL
No
gRPC
No
MCP Server
Yes
SDK
Yes
Webhooks
No

Authentication

Methods: service_token
OAuth: No Scopes: No

MotherDuck service token for cloud database access. Local DuckDB requires no auth. Token scopes not granular.

Pricing

Model: usage-based
Free tier: Yes
Requires CC: No

MotherDuck is serverless DuckDB in the cloud. Local DuckDB is always free. MCP server is open source.

Agent Metadata

Pagination
none
Idempotent
Full
Retry Guidance
Not documented

Known Gotchas

  • DuckDB SQL is mostly PostgreSQL-compatible but has extensions (PIVOT, UNPIVOT, LIST, STRUCT)
  • File paths for local queries must be absolute or relative to working directory
  • md: prefix required for MotherDuck cloud queries (e.g., md:mydb.schema.table)
  • No token scope granularity — full MotherDuck account access
  • Memory limits apply for very large in-process queries
  • Parquet, CSV, JSON files can be queried directly without import

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for MotherDuck MCP Server (Official).

$99

Scores are editorial opinions as of 2026-03-06.

5182
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered