MCP server for DuckDB. Provides SQL query execution, table management, and data retrieval. Connects directly to DuckDB databases. Useful for developers needing embedded analytics, local data processing, or lightweight database operations.
MCP server for DuckDB. Provides SQL query execution, table management, and data retrieval. Connects directly to DuckDB databases. Useful for developers needing embedded analytics, local data processing, or lightweight database operations.
pip install mcp-server-duckdbAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"ktanaka101-mcp-server-duckdb-github": {
"command": "uvx",
"args": [
"pip install mcp-server-duckdb"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from duckdb?"
No configuration required. This server works out of the box.
"What resources are available in duckdb?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in duckdb"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in duckdb with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.