magento2-mcp

magento2-mcp

24

The Magento 2 MCP Server is a tool that provides seamless integration with the Magento 2 REST API, allowing for detailed product and customer data queries from a Magento store. It offers extensive features for querying and managing product, customer, order, and revenue data.

What are the prerequisites for running the Magento 2 MCP Server?

You need Node.js (v14 or higher) and a Magento 2 instance with REST API access, along with an API token.

How can I update a product attribute using the server?

Use the update_product_attribute tool by specifying the SKU, attribute code, and new value.

Can I filter revenue data by country?

Yes, the server supports revenue filtering by country using both country codes and names.

How do I integrate the server with Claude Desktop?

Edit the config in Claude Desktop's Developer settings to include the server command and environment variables, then restart Claude Desktop.

Is SSL certificate verification bypassed in development?

Yes, for development purposes, SSL certificate verification is bypassed, but it should be enabled in production.