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
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
CockroachDB
Integrates with CockroachDB to provide cluster monitoring, database operations, table management, and SQL query execution with transaction s
0 tools
iflow-mcp_duckdb-mcp-server
A MCP server for DuckDB that enables LLMs to query and analyze data from various sources
0 tools

How to use

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

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