Back to MCP Servers

ReplenishRadar MCP

Multi-channel inventory intelligence for Shopify and Amazon sellers. 28 tools for stockout risk, demand forecasts, purchase order lifecycle, and sales analytics. Human-in-the-loop: all write operations create drafts only.

other-tools-and-integrations

Installation

npx -y MCP

Configuration

{
  "mcpServers": {
    "MCP": {
      "command": "npx",
      "args": ["-y", "MCP"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub