io.github.motherduckdb/mcp-server-motherduck MCP Server
io.github.motherduckdb/mcp-server-motherduck
What is the io.github.motherduckdb/mcp-server-motherduck MCP server?
SQL analytics and data engineering for AI Assistants and IDEs
How to install io.github.motherduckdb/mcp-server-motherduck
Copy-paste configuration for popular MCP clients.
motherduck_tokensecretAccess token for MotherDuck connections (alternative to --motherduck-token)
MOTHERDUCK_TOKENsecretAccess token for MotherDuck connections (alternative to --motherduck-token)
HOMEUsed by DuckDB for extensions and config. Override with --home-dir if not set.
AWS_ACCESS_KEY_IDsecretAWS access key for S3 database connections
AWS_SECRET_ACCESS_KEYsecretAWS secret access key for S3 database connections
AWS_SESSION_TOKENsecretAWS session token for temporary credentials
AWS_DEFAULT_REGIONAWS region for S3 database connections
AWS_ENDPOINTAWS endpoint for S3 database connections
{
"mcpServers": {
"mcp-server-motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck",
"--transport",
"--port",
"--host",
"--db-path",
"--motherduck-token",
"--read-write",
"--allow-switch-databases",
"--motherduck-saas-mode",
"--init-sql",
"--home-dir",
"--max-rows",
"--max-chars",
"--query-timeout",
"--ephemeral-connections"
],
"env": {
"motherduck_token": "<YOUR_MOTHERDUCK_TOKEN>",
"MOTHERDUCK_TOKEN": "<YOUR_MOTHERDUCK_TOKEN>",
"HOME": "<YOUR_HOME>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<YOUR_AWS_SESSION_TOKEN>",
"AWS_DEFAULT_REGION": "<YOUR_AWS_DEFAULT_REGION>",
"AWS_ENDPOINT": "<YOUR_AWS_ENDPOINT>"
}
}
}
}{
"mcpServers": {
"mcp-server-motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck",
"--transport",
"--port",
"--host",
"--db-path",
"--motherduck-token",
"--read-write",
"--allow-switch-databases",
"--motherduck-saas-mode",
"--init-sql",
"--home-dir",
"--max-rows",
"--max-chars",
"--query-timeout",
"--ephemeral-connections"
],
"env": {
"motherduck_token": "<YOUR_MOTHERDUCK_TOKEN>",
"MOTHERDUCK_TOKEN": "<YOUR_MOTHERDUCK_TOKEN>",
"HOME": "<YOUR_HOME>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<YOUR_AWS_SESSION_TOKEN>",
"AWS_DEFAULT_REGION": "<YOUR_AWS_DEFAULT_REGION>",
"AWS_ENDPOINT": "<YOUR_AWS_ENDPOINT>"
}
}
}
}{
"mcpServers": {
"mcp-server-motherduck": {
"command": "uvx",
"args": [
"mcp-server-motherduck",
"--transport",
"--port",
"--host",
"--db-path",
"--motherduck-token",
"--read-write",
"--allow-switch-databases",
"--motherduck-saas-mode",
"--init-sql",
"--home-dir",
"--max-rows",
"--max-chars",
"--query-timeout",
"--ephemeral-connections"
],
"env": {
"motherduck_token": "<YOUR_MOTHERDUCK_TOKEN>",
"MOTHERDUCK_TOKEN": "<YOUR_MOTHERDUCK_TOKEN>",
"HOME": "<YOUR_HOME>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<YOUR_AWS_SESSION_TOKEN>",
"AWS_DEFAULT_REGION": "<YOUR_AWS_DEFAULT_REGION>",
"AWS_ENDPOINT": "<YOUR_AWS_ENDPOINT>"
}
}
}
}{
"servers": {
"mcp-server-motherduck": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-motherduck",
"--transport",
"--port",
"--host",
"--db-path",
"--motherduck-token",
"--read-write",
"--allow-switch-databases",
"--motherduck-saas-mode",
"--init-sql",
"--home-dir",
"--max-rows",
"--max-chars",
"--query-timeout",
"--ephemeral-connections"
],
"env": {
"motherduck_token": "<YOUR_MOTHERDUCK_TOKEN>",
"MOTHERDUCK_TOKEN": "<YOUR_MOTHERDUCK_TOKEN>",
"HOME": "<YOUR_HOME>",
"AWS_ACCESS_KEY_ID": "<YOUR_AWS_ACCESS_KEY_ID>",
"AWS_SECRET_ACCESS_KEY": "<YOUR_AWS_SECRET_ACCESS_KEY>",
"AWS_SESSION_TOKEN": "<YOUR_AWS_SESSION_TOKEN>",
"AWS_DEFAULT_REGION": "<YOUR_AWS_DEFAULT_REGION>",
"AWS_ENDPOINT": "<YOUR_AWS_ENDPOINT>"
}
}
}
}claude mcp add mcp-server-motherduck --env motherduck_token=<YOUR_MOTHERDUCK_TOKEN> --env MOTHERDUCK_TOKEN=<YOUR_MOTHERDUCK_TOKEN> --env HOME=<YOUR_HOME> --env AWS_ACCESS_KEY_ID=<YOUR_AWS_ACCESS_KEY_ID> --env AWS_SECRET_ACCESS_KEY=<YOUR_AWS_SECRET_ACCESS_KEY> --env AWS_SESSION_TOKEN=<YOUR_AWS_SESSION_TOKEN> --env AWS_DEFAULT_REGION=<YOUR_AWS_DEFAULT_REGION> --env AWS_ENDPOINT=<YOUR_AWS_ENDPOINT> -- uvx mcp-server-motherduck --transport --port --host --db-path --motherduck-token --read-write --allow-switch-databases --motherduck-saas-mode --init-sql --home-dir --max-rows --max-chars --query-timeout --ephemeral-connectionsRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.