Back to MCP Servers
Server Duckdb
DuckDB database integration with schema inspection and query capabilities
databases
By ktanaka101
Installation
npx -y mcp-server-duckdbConfiguration
{
"mcpServers": {
"mcp-server-duckdb": {
"command": "npx",
"args": ["-y", "mcp-server-duckdb"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes