dtc-mcp 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -27,6 +27,15 @@ npx dtc-mcp
27
27
 
28
28
  ## Setup with Claude Desktop
29
29
 
30
+ ### Option A: Desktop Extension (one-click install)
31
+
32
+ 1. Download the latest `dtc-mcp.mcpb` from [GitHub Releases](https://github.com/rafaelsztutman/dtc-mcp/releases)
33
+ 2. Double-click the `.mcpb` file — Claude Desktop will open an install dialog
34
+ 3. Enter your API credentials when prompted (Klaviyo key required, Shopify optional)
35
+ 4. The 16 tools will appear in the hammer menu automatically
36
+
37
+ ### Option B: Manual Configuration
38
+
30
39
  1. Open Claude Desktop
31
40
  2. Go to **Settings** (gear icon) > **Developer** > **Edit Config**
32
41
  3. Add the following to your `claude_desktop_config.json`:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dtc-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Context-optimized MCP server for DTC e-commerce brands (Klaviyo + Shopify). 80% less context usage than raw API wrappers.",
5
5
  "type": "module",
6
6
  "bin": {