Loading MCP server directory, please wait...
SQL analytics and data engineering for AI Assistants and IDEs
npx @getmcp/cli add io.github.motherduckdb/mcp-server-motherduckRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.motherduckdb/mcp-server-motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck",
"stdio",
"8000",
"127.0.0.1",
":memory:",
"1024",
"50000",
"-1"
],
"env": {
"motherduck_token": "",
"MOTHERDUCK_TOKEN": "",
"HOME": "",
"AWS_ACCESS_KEY_ID": "",
"AWS_SECRET_ACCESS_KEY": "",
"AWS_SESSION_TOKEN": "",
"AWS_DEFAULT_REGION": ""
}
}
}
}