Open-source Saleor MCP alternatives
Saleor publishes its MCP server source, matching Saleor Commerce's own open model, so you can read what an agent reaches before connecting it to a store. Every server here is open source too, which matters when an agent will query store data or move money on your behalf.
These are the open-source servers people weigh against Saleor. One is another commerce platform; the rest are payment gateways and billing APIs, and the notes say which job each one fits.
The 8 best open-source alternatives
The open-source BigCommerce server grounds agents in developer docs: REST and GraphQL APIs, webhooks, OAuth scopes, and code examples, for building against BigCommerce with source you can audit.
Set up BigCommerce →- WooCommerceOfficial
WooCommerce's open-source integration queries and manages products and orders in a store, the closest open match to Saleor for live commerce data, with writes Saleor's read-only server lacks.
Set up WooCommerce → Stripe's open-source server creates customers, payment links, invoices, and reads balances, the checkout layer behind a store with a repo you can read before granting keys.
Set up Stripe →Creating orders and payment links, capturing and refunding payments, and reading settlements, the open-source Razorpay server is a gateway for Indian-market checkout you can audit.
Set up Razorpay →As a merchant of record, the open-source Polar remote server manages products, subscriptions, orders, customers, and revenue metrics, billing with tax handling and source to inspect.
Set up Polar →Reaching the full Square API across payments, catalog, orders, customers, bookings, and inventory, the open-source Square server is broad commerce and payment coverage in one repo.
Set up Square →Managing the product catalog, billing, subscriptions, and reports through the Paddle Billing API, the open-source Paddle server is the subscription layer with code you can read.
Set up Paddle →Creating payment sessions and links, refunding and cancelling payments, and managing merchant accounts, terminals, and webhooks, the open-source Adyen server is enterprise checkout you can audit.
Set up Adyen →
How to choose
Among the open-source options, WooCommerce is the closest commerce match and, unlike Saleor's read-only server, it writes products and orders. BigCommerce is a dev-doc server for building integrations. Stripe, Razorpay, Square, Polar, Paddle, and Adyen handle the payment and billing side, so pair one with a storefront. Read the repo before connecting any of them, since several can move money.
FAQ
- Is the Saleor MCP server open source?
- Yes. Saleor publishes its server source, matching Saleor Commerce's open model, so you can audit which calls it makes before connecting it to a store. Every alternative on this page is also open source.
- Which open-source server is closest to Saleor for store data?
- WooCommerce's open-source integration is the nearest match: it queries and manages products and orders in a store. It also writes, where Saleor's server is read-only. BigCommerce is for building integrations rather than reading a live store.