Clishop MCP Server

Order anything from your terminal. Built for AI agents and humans. CLISHOP is an open-source CLI that lets AI agents and humans search for products across multiple stores, compare prices, and place real orders - all from the terminal. Anyone can sell on CLISHOP using a Dark Store. It runs locally over stdio via the published package.

People connecting e-commerce tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-04-06 · ★ 2 · #30 OF 39 MAINTAINED E-COMMERCE · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Clishop

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add davooxbv2-clishop -- npx -y clishop

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "davooxbv2-clishop": {
      "command": "npx",
      "args": [
        "-y",
        "clishop"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package clishop - unscoped; check the name against the project README before installing

registry registry publisher io.github.StefDCL is not the repo owner (davooxbv2) - the registry entry was published by someone else

03 · Who maintains Clishop

clishop is maintained by davooxbv2. It's the only MCP server we track from this author; the repo dates to Feb 2026.

04 · Facts

category
e-commerce - ranked #30 of 39 actively-maintained e-commerce servers as of 2026-08-25.
registry
io.github.StefDCL/clishop (active, first published 2026-02-25)
packages
npm:clishop

05 · Clishop FAQ

What is Clishop?

Order anything from your terminal. Built for AI agents and humans. CLISHOP is an open-source CLI that lets AI agents and humans search for products across multiple stores, compare prices, and place real orders - all from the terminal. Anyone can sell on CLISHOP using a Dark Store. It runs locally over stdio via the published package.

Is Clishop still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-06. We re-verify nightly.

How do I install Clishop?

Run `npx -y clishop`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Clishop run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

06 · Alternatives to Clishop

More e-commerce MCP servers · Ozon MCP Server · Homebox MCP · Goodbarber Public MCP · Marketplaces MCP (RU) - Wildberries & Ozon

More TypeScript MCP servers · Capsule · Huly MCP · Debridge MCP · Excalidraw · Debug Bundle · see all