Skip to content
VS Code

Easy Digital Downloads for VS Code

io.github.verygoodplugins/mcp-edd

MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics

client:VS Code transport:stdio runtime:npm

Install Easy Digital Downloads in VS Code

.vscode/mcp.json

{
  "servers": {
    "mcp-edd": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@verygoodplugins/mcp-edd"
      ]
    }
  }
}

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

Easy Digital Downloads in other clients