Skip to content
VS Code

leadcloser mcp for VS Code

io.github.dylanc1317-create/leadcloser-mcp

Manage leads and insights for NZ trade businesses via LeadCloser AI.

client:VS Code transport:stdio runtime:npm

Install leadcloser mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "leadcloser-tenant-id",
      "description": "LEADCLOSER_TENANT_ID",
      "password": true
    }
  ],
  "servers": {
    "leadcloser-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dylanc1317/leadcloser-mcp"
      ],
      "env": {
        "LEADCLOSER_TENANT_ID": "${input:leadcloser-tenant-id}"
      }
    }
  }
}

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

leadcloser mcp in other clients