DuckDB MCP Server

Databasestdiov0.6.0
Репозиторий

MCP server for DuckDB, the fast in-process analytical database. Lets AI agents run analytical SQL over local files (CSV, Parquet, JSON), attach databases, inspect schemas, and profile queries. Ideal for ad-hoc data analysis, ETL prototyping, and querying large columnar files without a separate database server.

Подключение

Добавьте эту конфигурацию в .claude/mcp.json

{
  "mcpServers": {
    "duckdb": {
      "command": "npx",
      "args": [
        "-y",
        "@motherduck/mcp-server-motherduck"
      ],
      "env": {
        "MOTHERDUCK_TOKEN": "<YOUR_MOTHERDUCK_TOKEN>"
      }
    }
  }
}

Инструменты (2)

query

Execute a read-only SQL query against DuckDB and return the results.

{
  "type": "object",
  "required": [
    "sql"
  ],
  "properties": {
    "sql": {
      "type": "string",
      "description": "SQL query to execute"
    }
  }
}

list_tables

List tables and views available in the current DuckDB database.

{
  "type": "object",
  "properties": {}
}

Ресурсы

Этот сервер не предоставляет ресурсы.

Промпты

Этот сервер не предоставляет промпты.

Сведения о сервере

Автор
MotherDuck (@motherduckdb)
Репозиторий
https://github.com/motherduckdb/mcp-server-motherduck
Лицензия
MIT
Версия
0.6.0
Звёзды
780
Последнее обновление
9 июля 2026 г.