Other MCP clients
Any AI client that supports the Model Context Protocol can connect to MCP Server.
If your store is behind Cloudflare or another CDN/WAF, you must whitelist the MCP endpoints before connecting. See Protected stores for step-by-step instructions.
Server details
Use the following details to configure your AI client. You can find these values on the MCP Info tab in Magento admin (System -> Permissions -> All Users -> [Your User] -> MCP Info).
- MCP Server URL:
https://your-store.com/mcp/server/handle - OAuth Discovery URL:
https://your-store.com/.well-known/oauth-authorization-server - Authentication: OAuth 2.1
General setup guide
- Check your AI client's documentation for remote MCP server or custom connector support.
- Use the MCP Server URL above when prompted for a server URL or endpoint.
- Set the authentication method to OAuth if your client supports it.
- Complete the authentication steps in the browser window that opens.
CLI clients
Most CLI-based clients support adding a remote MCP server via a command like:
[client] mcp add --transport http <server-key> <mcp-server-url>
Replace the client name and adjust flags according to your client's documentation.
Some clients support a --scope flag to control where the server is registered (e.g. --scope user for global or --scope project for the current project only). Check your client's documentation for available options.