Skip to content
KristofersOzolinsMagebit edited this page May 13, 2026 · 5 revisions

Magento 2 MCP Module

This wiki covers the Model Context Protocol server for Magento 2 — what it ships, how to install and configure it, how to connect AI clients, and how to extend it with your own tools.

For protocol-level detail and installation snippets, see the project README. The wiki goes deeper on individual tool surfaces and operational topics.

Getting started

  • Quick Setup — interactive, step-by-step wizard. Pick your AI client and copy/paste your way through install + connect. The fastest path if you just want it working.
  • Setup — the long-form setup reference. Walks through every admin setting, the OAuth and bearer-token flows, and the trade-offs between them. Read this once you've got something connected, or if you need the detail.

Tool catalogs

  • System Tools — the 13 system.* tools shipped by the base module (stores, configuration, cache, indexer, notifications).
  • Catalog Tools — the 10 catalog.* tools shipped by the magento2-mcp-catalog-tools sub-module (products and categories — read, search, create, update, delete).
  • CMS Tools — the 10 cms.* tools shipped by the magento2-mcp-cms-tools sub-module (CMS pages and blocks — read, search, create, update, delete).
  • Customer Tools — the 15 customer.* tools shipped by the magento2-mcp-customer-tools sub-module (customers, addresses, groups, and account management).
  • Marketing Tools — the 13 marketing.* tools shipped by the magento2-mcp-marketing-tools sub-module (catalog price rules, cart price rules, coupons).
  • Order Tools — the 18 sales.* tools shipped by the magento2-mcp-order-tools sub-module (orders, invoices, shipments, credit memos, comments, payments).
  • Report Tools — the 25 reports.* tools shipped by the magento2-mcp-report-tools sub-module (cart, marketing, review, sales, customer, product, dashboard, and statistics refresh).

Clone this wiki locally