Skip to main content

Other MCP clients

Any AI client that supports the Model Context Protocol can connect to MCP Server.

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

  1. Check your AI client's documentation for remote MCP server or custom connector support.
  2. Use the MCP Server URL above when prompted for a server URL or endpoint.
  3. Set the authentication method to OAuth if your client supports it.
  4. 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.

tip

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.


Documentation