datanika-mcp
About
Read-only-by-default MCP for Datanika: browse data, run dbt transforms, manage ELT pipelines.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DATANIKA_URL DATANIKA_API_KEY DATANIKA_ALLOW_WRITEClaude Code
claude mcp add --env DATANIKA_URL= --env DATANIKA_API_KEY= --env DATANIKA_ALLOW_WRITE= datanika-mcp -- uvx datanika-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"datanika-mcp","command":"uvx","args":["datanika-mcp"],"env":{"DATANIKA_URL":"","DATANIKA_API_KEY":"","DATANIKA_ALLOW_WRITE":""}}'
JSON
{
"mcpServers": {
"datanika-mcp": {
"command": "uvx",
"args": [
"datanika-mcp"
],
"env": {
"DATANIKA_URL": "",
"DATANIKA_API_KEY": "",
"DATANIKA_ALLOW_WRITE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.