MCP server for Easy Digital Downloads REST API that provides access to sales data, customers, products, and analytics from EDD stores.
From the registry: MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics
Please install the `mcp-edd` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Generate EDD API credentials** — In WordPress admin, go to Downloads → Settings → API, generate a new API key for your user, and copy the Public Key and Token. Your API URL is https://your-site.com/edd-api/ (https://easydigitaldownloads.com/categories/docs/api-reference/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@verygoodplugins/mcp-edd"]
- required environment variables:
- `EDD_API_URL`: Your EDD store API URL (example: `https://your-store.com/edd-api/`)
- `EDD_API_KEY`: EDD API public key (example: `<your-api-key>`)
- `EDD_API_TOKEN`: EDD API token (example: `<your-api-token>`)
Note: MCP server for Easy Digital Downloads REST API (sales, customers, products, analytics).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.EDD_API_URLrequiredThe URL for the EDD API endpoint.EDD_API_KEYrequiredYour public API key for authentication.EDD_API_TOKENrequiredYour API token for authentication.MCP server that exposes GraphQL operations as tools for AI models.