MCP Directory
Back

mcp-server-duckdb

by ktanaka101 · Python · ★ 174

A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities

#duckdb#mcp#mcp-server

Install

pip install git+https://github.com/ktanaka101/mcp-server-duckdb.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-duckdb": {
      "command": "uvx",
      "args": [
        "git+https://github.com/ktanaka101/mcp-server-duckdb.git"
      ]
    }
  }
}

From the README

[](https://pypi.org/project/mcp-server-duckdb/) [](LICENSE) [](https://smithery.ai/server/mcp-server-duckdb) A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities through MCP tools. It would be interesting to have LLM analyze it. DuckDB is suitable for local analysis. This server enables interaction with a DuckDB database through the Model Context Protocol, allowing for database operations like querying, table creation, and schema inspection. Currently, no custom resources are implemented. Currently, no custom prompts are implemented.…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related databases servers