Skip to content
Windsurf

horoshop for Windsurf

io.github.ecomkit-com-ua/horoshop

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

client:Windsurf transport:stdio runtime:npm

Install horoshop in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

horoshop in other clients