Skip to content
Cline

horoshop for Cline

io.github.ecomkit-com-ua/horoshop

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

client:Cline transport:stdio runtime:npm

Install horoshop in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

horoshop in other clients