Skip to content
Claude Desktop

horoshop for Claude Desktop

io.github.ecomkit-com-ua/horoshop

MCP server for the Horoshop e-commerce API — orders, catalog, customers, webhooks

client:Claude Desktop transport:stdio runtime:npm

Install horoshop in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "horoshop": {
      "command": "npx",
      "args": [
        "-y",
        "horoshop-mcp"
      ],
      "env": {
        "HOROSHOP_DOMAIN": "<HOROSHOP_DOMAIN>",
        "HOROSHOP_LOGIN": "<HOROSHOP_LOGIN>",
        "HOROSHOP_PASSWORD": "<HOROSHOP_PASSWORD>",
        "HOROSHOP_READONLY": "<HOROSHOP_READONLY>",
        "HOROSHOP_TIMEOUT_MS": "<HOROSHOP_TIMEOUT_MS>",
        "HOROSHOP_MAX_RESPONSE_BYTES": "<HOROSHOP_MAX_RESPONSE_BYTES>",
        "HOROSHOP_INSECURE_HTTP": "<HOROSHOP_INSECURE_HTTP>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

horoshop in other clients