Self-hosted Saleor MCP alternatives

Saleor's MCP server runs as a hosted endpoint. There is no build you install and run yourself, so the server process lives on Saleor's side even though Saleor Commerce itself can be self-hosted. If you need the MCP process and credentials on your own machine, you need a different server.

Every server below installs locally over stdio. One manages commerce data; the rest are payment gateways. Self-hosting controls where the process and keys live, though store and payment actions still hit each provider's API, and the notes mark each pick's job.

The 8 best self-hosted alternatives

  1. BigCommerceCommunity2

    The BigCommerce server installs locally and grounds agents in developer docs: REST and GraphQL APIs, webhooks, OAuth scopes, and code examples, for building against BigCommerce from your own machine.

    Set up BigCommerce
  2. Shopify's dev server runs locally and grounds agents in Shopify API docs, schemas, and code validation, aimed at building apps and themes rather than reading a live store.

    Set up Shopify Dev MCP
  3. WooCommerceOfficial

    WooCommerce's integration runs locally to query and manage products and orders in a store, the closest self-hosted match to Saleor for commerce data, with writes Saleor's read-only server lacks.

    Set up WooCommerce
  4. RazorpayOfficial223

    Run locally, the Razorpay server creates orders and payment links, captures and refunds payments, and reads settlements, a gateway you operate from your own process.

    Set up Razorpay
  5. SquareOfficial100

    Installed locally, the Square server reaches the full Square API across payments, catalog, orders, customers, bookings, and inventory, broad commerce and payment coverage on your machine.

    Set up Square
  6. PaddleOfficial50

    Managing the product catalog, billing, subscriptions, and reports through the Paddle Billing API, the local Paddle server is the subscription layer from a process you control.

    Set up Paddle
  7. AdyenOfficial22

    Creating payment sessions and links, refunding and cancelling payments, and managing merchant accounts, terminals, and webhooks, the local Adyen server is enterprise checkout self-hosted.

    Set up Adyen
  8. Mercado PagoOfficial16

    Integration-focused, the local Mercado Pago server can search docs, generate code, score integration quality, and test webhooks, for building Latin American checkout from your own machine.

    Set up Mercado Pago

How to choose

Since Saleor's server is hosted-only, the self-hosted route means a different server. WooCommerce is the closest for commerce data and, unlike Saleor's read-only server, it writes. BigCommerce and Shopify are local dev-doc servers for building integrations. Razorpay, Square, Paddle, Adyen, and Mercado Pago handle the payment side from a local process. Self-hosting keeps the process and keys local; store and payment actions still reach each provider's API.

FAQ

Can the Saleor MCP server be self-hosted?
No. Saleor offers only a hosted MCP server, with no self-installable build, so the process runs on Saleor's side even though Saleor Commerce itself can be self-hosted. For a self-hosted MCP server you have to pick one of the alternatives that ships a local stdio command.
Which self-hosted server is closest to Saleor for store data?
WooCommerce's integration runs locally and queries and manages products and orders in a store, the nearest match. It also writes, where Saleor's hosted server is read-only. BigCommerce and Shopify are dev-doc servers for building integrations rather than reading a store.
← Back to the Saleor MCP server