Skip to main content

Welcome to the AI Integration (MCP) guide!

The AI Integration extension for Magento 2 connects AI assistants directly to your Magento store. It implements the Model Context Protocol (MCP), giving AI clients like Claude, ChatGPT, and Gemini secure access to your store's data and operations through an MCP server.

Through AI Integration, AI assistants can query your database, call REST API endpoints, execute GraphQL queries, and retrieve store configuration — all under the control of Magento's role-based permissions. Every connection is authenticated with OAuth 2.1 and scoped to the authorizing admin user's permissions.

The extension supports six AI clients out of the box: Claude Code, Claude Desktop/Web, ChatGPT, Gemini CLI, OpenAI Codex, and any other MCP-compatible client.

What you can do

AI Integration turns your Magento admin experience into a conversation. Instead of navigating through menus, building reports manually, or consulting API documentation, you ask your AI assistant what you need — in plain language.

Get instant answers about your store. Ask about today's orders, top-selling products, or revenue trends and get the answer in seconds. The AI queries your database and APIs on your behalf, presenting results in a clear, readable format.

Manage your catalog and content. Update product information, create CMS blocks, adjust inventory — through natural conversation. The AI uses Magento's REST API and GraphQL to perform the same actions you would do through the admin panel.

Analyze data without technical skills. The AI writes SQL queries, joins tables, calculates aggregates, and summarizes findings for you. Describe what you are looking for and let it handle the rest.

Stay in control. Every AI connection is authenticated with OAuth 2.1 and scoped to your Magento role permissions. The AI can only access what you are allowed to access, and you can revoke access at any time.

For practical examples and real-world scenarios, see Boost Your Daily Workflow.

Who should use this manual

This manual is for Magento store administrators, developers, and agency teams who want to give AI assistants controlled access to their store for tasks like data analysis, content management, catalog operations, and store administration.

The Getting started section covers how to install the extension and connect your first AI client.

The Configuration options section describes admin settings and each MCP tool — its parameters, usage, and behavior.

The How to section offers guides for connecting AI clients, managing users, configuring permissions, and troubleshooting.

Stay updated with the latest changes in the Changelog section (generated automatically).

Go ahead, dive in!

Firstly, please find our extension in the My Downloadable Products section of our store. Learn how to install the extension.

Proceed then with Quick start to connect your first AI client in minutes.