Saleor MCP server

development

Saleor runs the store's product catalog, orders, and configuration as a headless GraphQL backend. Connect the Saleor MCP server and Neotask can look up catalog data, check an order's details, and run commerce operations directly against your Saleor instance instead of you writing GraphQL queries by hand.

What you can automate

Saleor MCP serverQuery and manage products, orders, and store configuration on a Saleor headless commerce storefront. Look up catalog data, inspect order details, and run GraphQL-based commerce operations against a Saleor instance.

Real workflows

Check an order without opening the dashboard

Give the agent an order number; it looks up the order details directly in Saleor.

Pull catalog data for a report

Ask for products matching a certain condition; the agent runs the query against Saleor and returns the results.

Frequently asked questions

Do I need to know GraphQL to use this?

No — describe what you want and the agent runs the underlying GraphQL query against Saleor for you.

Can it change store configuration, or just read data?

It can manage products, orders, and store configuration, not just read them.