Skip to content

mcp clay to instantly smartlead push for VS Code

com.mambabuilt/mcp-clay-to-instantly-smartlead-push

Push enriched leads into an Instantly or Smartlead campaign, with ICP gating and dedupe.

client:VS Code transport:stdio runtime:npm

Install mcp clay to instantly smartlead push in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "apify-token",
      "description": "APIFY_TOKEN",
      "password": true
    }
  ],
  "servers": {
    "mcp-clay-to-instantly-smartlead-push": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mambalabsdev/mcp-clay-to-instantly-smartlead-push"
      ],
      "env": {
        "APIFY_TOKEN": "${input:apify-token}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

mcp clay to instantly smartlead push in other clients