mcpbeat Sign in

Horoshop MCP Server

by ecomkit-com-ua Your server? Claim it
local only

Horoshop runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 9 Sep 2026.

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

Installs per day peak 36 · avg 2
a month agotoday
41
Installs / week
npm · horoshop-mcp
1
Stars
0 open issues
9 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Horoshop every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add horoshop -- npx -y horoshop-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "horoshop": {
      "args": [
        "-y",
        "horoshop-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.horoshop]
command = "npx"
args = ["-y", "horoshop-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "horoshop": {
      "args": [
        "-y",
        "horoshop-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "horoshop": {
      "args": [
        "-y",
        "horoshop-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: HOROSHOP_DOMAIN (Store domain, e.g. myshop.com.ua (with or without https://)), HOROSHOP_LOGIN (Login of a dedicated admin account created in the Horoshop panel (Налаштування → Адміни)), HOROSHOP_PASSWORD (Password of that admin account. Horoshop has no API keys, so admin credentials are used), HOROSHOP_READONLY (Set to 1 to hide every tool that writes to the store. Recommended for a first run), HOROSHOP_TIMEOUT_MS (Request timeout in milliseconds), HOROSHOP_MAX_RESPONSE_BYTES (Cap on a single tool response; larger exports are truncated with a note), HOROSHOP_INSECURE_HTTP (Set to 1 to use plain http instead of https (dev stores only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Horoshop

same job, measured the same way
A1 Yandex KIT MCP
by gistrec

A1 Yandex KIT MCP server for the Yandex KIT e-commerce API: products, orders, discounts, webhooks.

91 installs/wk local only
Shopify Admin MCP
by a1-x-tech

MCP server for the Shopify Admin API: products, orders, customers, inventory, discounts.

61 installs/wk local only
Ecommerce Mcp
by varvararatta

MCP server for E-Commerce

answering
Api2cart
by api2cart

Unified MCP server for 70+ eCommerce platforms: products, orders, customers, and more.

answering
MCP Vtex
by codespar

MCP server for VTEX — e-commerce, orders, products, inventory, shipping

26 installs/wk local only
MCP Shopify
by codespar

MCP server for Shopify — Admin REST API (orders, products, customers, inventory, fulfillments)

26 installs/wk local only
Sherweb
by wyre-ai

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only
Sherweb
by wyre-technology

MCP server for Sherweb — billing, subscriptions, customers, and product catalog.

local only

Horoshop — questions

Answers built from our own checks of this server.

Why is there no uptime for Horoshop?
Horoshop runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package horoshop-mcp was installed 41 times last week.
How do I connect Horoshop?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls horoshop-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Horoshop?
The npm package horoshop-mcp was installed 41 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Horoshop open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.