Skip to content
VS Code

klaviyo for VS Code

com.mcparmory/klaviyo

Create and manage email campaigns, lists, and marketing automation

client:VS Code transport:stdio runtime:pypi

Install klaviyo in VS Code

.vscode/mcp.json

{
  "servers": {
    "klaviyo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcparmory-klaviyo"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

klaviyo in other clients