MCP server for DuckDB and MotherDuck
An MCP server for MotherDuck and local DuckDB.
The server provides one prompt:
The server offers one tool:
This is because all the interactions with both the DuckDB and MotherDuck are done through writing SQL queries.
Add the snippet below to your Claude Desktop config and make sure to set the HOME var to your home folder (needed by DuckDB).
When using MotherDuck, you also need to set a MotherDuck token env var.
On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
"mcpServers": {
"mcp-server-motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck"
],
"env": {
"motherduck_token": "<your-motherduck-token>",
"HOME": "<your-home-folder-for-project-files>"
}
}
}
This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.
Mcp Llms Txt Explorer
MCP to explore websites with llms.txt files
Mcp Codex Keeper
An intelligent MCP server that serves as a guardian of development knowledge, providing Cline assistants with curated access to latest documentation and best practices across the software development landscape
Mcp Server Bluesky
MCP server for interacting with Bluesky