duckdb_mcp

teaguesterling/duckdb_mcp
★ 63 stars C++ Database Updated today
A simple MCP server extension for DuckDB
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "duckdb_mcp": {
      "command": "npx",
      "args": [
        "-y",
        "teaguesterling/duckdb_mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) extension for DuckDB that enables seamless integration between SQL databases and AI assistants like Claude. - **Run as MCP Server**: Expose your DuckDB database to AI assistants with built-in tools for querying, describing, and exploring data

Tools (8)

PRAGMASELECTdatabase_infodescribeexecuteexportlist_tablesquery
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →