-
Notifications
You must be signed in to change notification settings - Fork 1
Home
KristofersOzolinsMagebit edited this page May 13, 2026
·
5 revisions
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.
- 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.
-
System Tools — the 13
system.*tools shipped by the base module (stores, configuration, cache, indexer, notifications). -
Catalog Tools — the 10
catalog.*tools shipped by themagento2-mcp-catalog-toolssub-module (products and categories — read, search, create, update, delete). -
CMS Tools — the 10
cms.*tools shipped by themagento2-mcp-cms-toolssub-module (CMS pages and blocks — read, search, create, update, delete). -
Customer Tools — the 15
customer.*tools shipped by themagento2-mcp-customer-toolssub-module (customers, addresses, groups, and account management). -
Marketing Tools — the 13
marketing.*tools shipped by themagento2-mcp-marketing-toolssub-module (catalog price rules, cart price rules, coupons). -
Order Tools — the 18
sales.*tools shipped by themagento2-mcp-order-toolssub-module (orders, invoices, shipments, credit memos, comments, payments). -
Report Tools — the 25
reports.*tools shipped by themagento2-mcp-report-toolssub-module (cart, marketing, review, sales, customer, product, dashboard, and statistics refresh).