Prerequisites
MCP Server MotherDuck requires Python 3.10 or higher and theuv package manager.
Install uv
Install Visit the uv documentation for more installation options.
uv using one of the following methods:Installation Methods
Choose your preferred installation method:Verify Installation
Test that the installation was successful:Next Steps
Quickstart Guide
Learn how to configure MCP Server MotherDuck with your AI assistant or IDE
Troubleshooting
spawn uvx ENOENT error
spawn uvx ENOENT error
If you encounter a Then use the full path in your MCP configuration (e.g.,
spawn uvx ENOENT error, your client may not be able to find the uvx command.Solution: Specify the full path to uvx in your configuration:/usr/local/bin/uvx or /home/username/.local/bin/uvx).Python version error
Python version error
MCP Server MotherDuck requires Python 3.10 or higher.Check your Python version:If you need to upgrade, visit python.org or use a version manager like pyenv.
Permission denied errors
Permission denied errors
If you encounter permission errors during installation:
-
With pip: Try installing with the
--userflag: -
With uv: Use
uvxinstead, which doesn’t require global installation