Back to directory
shopify/consumer-agent-mcp

shopify/consumer-agent-mcp

@Shopify

The Consumer Agent MCP Bridge - stdio bridge for communication between LLM agents and MCP servers

mcpbridgellmagentauthenticationstdioshopifytool

Installation & Configuration

{
  "mcpServers": {
    "unauthed": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/consumer-agent-mcp@latest"
      ],
      "env": {
        "MCP_SERVER": "https://unauthed-mcp-server.ai"
      }
    },
    "basic-auth": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/consumer-agent-mcp@latest"
      ],
      "env": {
        "MCP_SERVER": "https://basic-auth-mcp-server.ai",
        "USERNAME": "your_username",
        "PASSWORD": "your_password"
      }
    },
    "bearer-auth": {
      "command": "npx",
      "args": [
        "-y",
        "@shopify/consumer-agent-mcp@latest"
      ],
      "env": {
        "MCP_SERVER": "https://bearer-auth.mcp-server.ai",
        "BEARER_TOKEN": "your_auth_token"
      }
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17