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 who work with automation, command line and ecommerce and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.
VERIFIED ACTIVE
LAST COMMIT 2026-04-06 · ★ 2 · #41 OF 52 MAINTAINED E-COMMERCE · VERIFIED 2026-09-18
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
- repository
- github.com/davooxbv2/clishop
- category
- e-commerce - ranked #41 of 52 actively-maintained e-commerce servers as of 2026-09-18.
- 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-09-18, 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
Alternatives to Clishop
Maintained e-commerce servers if Clishop isn't the fit.
- Shopify MCP server for Shopify - Admin REST API (orders, products, customers, inventory, fulfillments) ★ 271 · 2026-08-29
- Texas Grocery MCP server for HEB grocery store integration - search products, manage carts, clip coupons, and more ★ 58 · 2026-05-11
- Cn Commerce Read-only merchant data from 8 Chinese e-commerce platforms: orders, products, after-sales, ads ★ 57 · 2026-09-14
- Shopware MCP Query and safely manage a Shopware 6 shop: products, orders, customers, stock, audits, reports. ★ 56 · 2026-09-13
- Heimdall Every App Store Connect + StoreKit 2 endpoint. 890 tools in 13 profiles, narrow to 27. ★ 47 · 2026-09-18
- Blumira MCP Cross-account Blumira findings, detections, and agents in one offline-searchable store. ★ 40 · 2026-09-16
More e-commerce MCP servers · Ozon MCP Server · Wb MCP Server · Homebox MCP · Good Barber
More TypeScript MCP servers · Capsule · Huly MCP · Debridge MCP · Excalidraw · Debug Bundle · see all