verygoodplugins/mcp-edd
MCP server for Easy Digital Downloads REST API - sales, customers, products, and analytics
MCP server for Easy Digital Downloads REST API - access sales data, customers, products, and analytics from your EDD store.
[](https://www.npmjs.com/package/@verygoodplugins/mcp-edd) [](LICENSE)
Download the Desktop Extension for one-click installation:
[Release page (download .mcpb asset)](https://github.com/verygoodplugins/mcp-edd/releases/latest)
Double-click the downloaded file to install. You'll be prompted for your API credentials.
npm install -g @verygoodplugins/mcp-eddOr add to your Claude Desktop configuration directly (see below).
Set these environment variables before running the server:
export EDD_API_URL="https://your-store.com/edd-api/"
export EDD_API_KEY="your-api-public-key"
export EDD_API_TOKEN="your-api-token"Or create a .env file in your working directory.
https://your-site.com/edd-api/Add to your claude_desktop_config.json:
{
"mcpServers": {
"edd": {
"command": "npx",
"args": ["-y", "@verygoodplugins/mcp-edd"],
"env": {
"EDD_API_URL": "https://your-store.com/edd-api/",
"EDD_API_KEYLoading reviews...