Skip to content
Cursor

horoshop for Cursor

io.github.ecomkit-com-ua/horoshop

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

client:Cursor transport:stdio runtime:npm

Install horoshop in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "horoshop": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

horoshop in other clients