Easy Digital Downloads MCP Server

Easy Digital Downloads is an MCP server in the e-commerce category that exposes 13 tools to an agent, covering edd. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-29 · ★ 4 · #20 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

GPL-3.0 · TypeScript servers · how we verify → /methodology

01 · Install Easy Digital Downloads

before you install - you'll need

Set EDD_API_URL, EDD_API_KEY, EDD_API_TOKEN before connecting.

Claude Code

claude mcp add verygoodplugins-mcp-edd -- npx -y @verygoodplugins/mcp-edd

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license GPL-3.0 - declared in the repository

npm package @verygoodplugins/mcp-edd - published under the repo owner's npm scope (@verygoodplugins)

registry namespace io.github.verygoodplugins is GitHub-verified and matches the repo owner

03 · What Easy Digital Downloads can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can validate your Store API URL and credentials, list all products with pricing and stats, get detailed product info by ID, and list recent sales with filters.

The 13 tools it gives your agent

Extracted from the project's README - what Easy Digital Downloads lets an agent do.

edd_validate_connection
- Validate your Store API URL and credentials
edd_list_products
- List all products with pricing and stats
edd_get_product
- Get detailed product info by ID
edd_list_sales
- List recent sales with filters
edd_get_sale
- Get sale by ID or purchase key
edd_list_customers
- List customers with purchase stats
edd_get_customer
- Get customer by ID or email
edd_get_stats
- Get earnings/sales totals
edd_get_stats_by_date
- Get daily stats for date range
edd_get_stats_by_product
- Get stats breakdown by product
edd_list_discounts
- List all discount codes
edd_get_discount
- Get discount details by ID
show all 13 tools
edd_get_download_logs
- Get file download history

Latest releases

mcp-edd-v1.1.0 · 2026-02-17

1.1.0 (2026-02-17) · harden API client, align with mcp-ecosystem standards · initial release of mcp-edd · update Jest CLI flags for Jest 30 compatibility · use RELEASE_PLEASE_TOKEN so PR triggers CI checks

v1.0.0 · 2026-02-17

mcp-edd v1.0.0 · MCP server for Easy Digital Downloads REST API. · 13 MCP tools covering sales, customers, products, stats, discounts, and download logs · TypeScript with Zod schema validation · Exponential backoff…

04 · Who maintains Easy Digital Downloads

Easy Digital Downloads is maintained by verygoodplugins. We track 8 MCP servers from verygoodplugins - 8 actively maintained, 230 combined GitHub stars, oldest repo from Aug 2025. Full record: all servers from verygoodplugins.

  1. MCP AutoMem Graph-vector memory for AI assistants using FalkorDB and Qdrant ★ 64
  2. streamdeck-mcp MCP server for Elgato Stream Deck control - set buttons, manage pages, wire actions ★ 38
  3. MCP FreeScout FreeScout ticket management with AI-powered analysis, search filters, and structured outputs. ★ 24
  4. MCP Evernote Evernote note management with OAuth and ENML conversion ★ 32
  5. Robinhood Portfolio Research Read-only research tools for Robinhood portfolio data ★ 38
  6. MCP Local WP WordPress database access via Local by Flywheel. Execute read-only MySQL queries and inspect schema. ★ 29

05 · Facts

category
e-commerce - ranked #20 of 39 actively-maintained e-commerce servers as of 2026-08-25.
registry
io.github.verygoodplugins/mcp-edd (active, first published 2026-02-17)
packages
npm:@verygoodplugins/mcp-edd

06 · Easy Digital Downloads FAQ

Is Easy Digital Downloads still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-29. We re-verify nightly.

What can Easy Digital Downloads do?

With this server connected, an agent can validate your Store API URL and credentials, list all products with pricing and stats, get detailed product info by ID, and list recent sales with filters.

How do I install Easy Digital Downloads?

Run `npx -y @verygoodplugins/mcp-edd`. The README documents 3 environment variables (EDD_API_URL, EDD_API_KEY, EDD_API_TOKEN) to set first. Set EDD_API_URL, EDD_API_KEY, EDD_API_TOKEN before connecting. You can also paste the ready-made client config above.

Does Easy Digital Downloads run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Easy Digital Downloads

More e-commerce MCP servers · GenGEO Agent Registry · Woocommerce MCP · Action1 · Catalog Attribute Normalizer · Agentcentral

More TypeScript MCP servers · Evernote · Free Scout · Local WP · Dot AI · Agent Base · see all