Skip to content
Back to search
30
MCP

DuckDB

pulsemcp/duckdb

Provides direct access to DuckDB's analytical capabilities through file loading, table management, schema inspection, and SQL query execution for fast local processing of CSV, JSON, and Parquet files without database setup overhead.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

SpotDB
Provides direct access to an ephemeral DuckDB instance for CSV file uploads, SQL query execution, and database snapshots through a lightweig
0 tools
stagenth · 数据工具箱
Query, join, profile, clean and convert CSV/JSON/Parquet with server-side DuckDB over MCP.
0 tools · streamable-http
duckdb-mcp-server
A MCP server for DuckDB that enables LLMs to query and analyze data from various sources
0 tools
SQL Server Performance Monitor
SQL Server performance monitoring with DuckDB storage and natural language queries for CPU, wait stats, blocking, query performance, memory,
0 tools
JDBC Database
Connects to any JDBC-compliant database for table discovery, metadata retrieval, and SQL query execution with automatic dialect detection an
0 tools
n8n-nodes-duckdb-quack
n8n community node for local DuckDB files and high-performance remote Quack servers — in-process OLAP with HTTP/2 streaming vectors
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "duckdb": {
      "url": "None",
      "transport": "http"
    }
  }
}