Back to MCP Servers
Zaturn
Link multiple data sources (SQL, CSV, Parquet, etc.) and ask AI to analyze the data for insights and visualizations.
data-science-toolsai
By kdqed
Installation
npx -y zaturnConfiguration
{
"mcpServers": {
"zaturn": {
"command": "npx",
"args": ["-y", "zaturn"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes