@dcluttr/dclare-mcp
v0.1.7
Published
MCP server for secure talk-to-data on Cube + ClickHouse
Readme
Dclare MCP Server
Talk to your Dcluttr data using natural language — powered by Claude.
Setup Guide (Claude Code)
Step 1: Install Node.js
You need Node.js version 20 or later.
- Go to https://nodejs.org
- Download the LTS version (the big green button)
- Open the downloaded file and follow the installer prompts
- Once done, open your Terminal app and run:
node --versionYou should see something like v20.x.x or higher. If you see an error, restart your Terminal and try again.
Step 2: Install Claude Code
- Open Terminal
- Run:
npm install -g @anthropic-ai/claude-code- After it finishes, launch Claude Code by running:
claude- It will ask you to log in to your Anthropic account — follow the on-screen instructions.
Step 3: Add the Dclare MCP Server
In your Terminal, run this single command:
claude mcp add-json dclare-mcp '{"type":"stdio","command":"npx","args":["-y","@dcluttr/dclare-mcp@latest"],"allowedTools":["mcp__dclare-mcp__*"]}'This registers the MCP server and pre-approves all its tools so Claude won't ask for permission each time.
Step 4: Start using it
- Open Terminal and run:
claude- First, log in to your Dcluttr account by typing:
Log me in to Dcluttr with email: [email protected] and password: yourpassword- Once logged in, you can ask questions about your data in plain English:
What were my top 10 SKUs on Blinkit last week by sales?Show me city-wise sales for the last 30 daysCompare my ad spend vs revenue on Zepto this monthTroubleshooting
| Problem | Fix |
|---|---|
| node: command not found | Restart your Terminal after installing Node.js. If still broken, reinstall Node.js from https://nodejs.org. |
| claude: command not found | Run npm install -g @anthropic-ai/claude-code again. |
| "Not logged in" errors when querying data | Say Log me in to Dcluttr and provide your email and password. |
| MCP server not showing up | Run claude mcp list to check. If missing, re-run the Step 3 command. |
