Connects your Magento 2 store to AI assistants like Claude and ChatGPT via the Model Context Protocol (MCP). Enables natural language querying of orders, products, customers, inventory, and system health with flexible filtering and aggregation.
Follows SemVer Modules
These modules follow semantic versioning across their audited release history — version bumps honestly reflect the code changes.
Implements lazy loading of images, loading them only when visible to the user. Reduces page size and the number of HTTP requests.
Automatically translates product, category, page, and block content using AI translation engines like DeepL, OpenAI and Google Gemini. Supports manual and scheduled translations, including cron jobs for product attributes.
Provides advanced sales reports on the admin dashboard, including sales by location and repeat customer rate. Allows customizable report periods and comparison with previous periods.
Companion to the DHL Paket carrier that restores support for configuring multiple offline shipping methods to be processed as DHL Paket, rewriting the carrier code on order placement via a configurable method list.
SchrammelCodes_EpcQrCode
schrammel-codes/magento2-epc-qr-code 68
To ease payments for customers, merchants can provide an EPC QR code for banktransfer payments. This module adds new configurations to the Banktransfer payment method, which generates an EPC QR code for the customer to scan with their banking app.
Integrates Lucide Icons into Hyva themes. Allows usage of SVG icons in CMS content, pages, blocks and widgets.
Integrates Adyen payments into Magento 2, offering online, in-app, and in-store payment processing. Supports card payments via Adyen Checkout and POS payments via Terminal API.
Panth Order Cleanup
mage2kishan/module-order-cleanup 22
Adds the ability to permanently delete orders from the Magento 2 admin — via a per-order delete button and a grid mass action — with double confirmation requiring order-ID verification, per-status restrictions, mass-delete limits, and a full deletion audit log recording admin user, IP, timestamp, and an order snapshot.
Looking for contributors - Help fix build issues
Panth Custom Options
mage2kishan/module-custom-options 22
Restyles Magento 2 product custom options with a modern, accessible UI — styled text inputs, drag-and-drop file upload zones, elegant dropdowns, card-style radio/checkbox groups, and HTML5 date pickers — themeable via CSS variables. Built on Alpine for Hyva and lightweight CSS for Luma.
Looking for contributors - Help fix build issues
Panth Cache Manager
mage2kishan/module-cachemanager 22
Smart full-page-cache management for Magento 2 — invalidates only the tags that changed on product/category/CMS save instead of flushing everything, plus a cron-driven warmup crawler that re-primes key pages in parallel via curl_multi, with an admin warmup log grid showing HTTP status and response time.
Looking for contributors - Help fix build issues
Implements the OpenAI Agentic Commerce Protocol (ACP) product feed as a Magento 2 REST API, with seven endpoints for DB-persisted feeds, paginated full-catalog product export with resolved categories and images, and SalesRule-to-promotion mapping including coupon codes and multiple benefits.