mcpbeat Sign in

Clishop MCP Server

local only

Clishop runs on your own machine — the client starts it, so there is no endpoint to ping. 90 installs a week from npm. Last commit 6 Apr 2026.

Order anything from your terminal — search, buy, track, and manage via MCP tools.

Installs per day peak 42 · avg 9 · -59% w/w
a month agotoday
90
Installs / week
npm · clishop
2
Stars
1 open issues
6 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 2 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node -e "try{require('keytar')}catch{console.warn('\n[clishop] Optional: install libsecret for secure keychain storage:\n  sudo apt install libsecret-1-0\nWithout it, clishop uses file-based token storage.\n')}"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 clishop -- npx -y clishop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clishop": {
      "args": [
        "-y",
        "clishop"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clishop]
command = "npx"
args = ["-y", "clishop"]
.cursor/mcp.json
{
  "mcpServers": {
    "clishop": {
      "args": [
        "-y",
        "clishop"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clishop": {
      "args": [
        "-y",
        "clishop"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CLISHOP_API_KEY (CLISHOP API key for authentication). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Clishop

same job, measured the same way
REA
by morluto

Reverse engineer anything from your terminal or agent with one CLI and MCP server.

154 installs/wk local only
Tweetsmash
by tweetsmash

Search, label, and manage your X (Twitter) bookmarks from any MCP client via Tweetsmash

53 tools answering
TourMind Booking MCP
by tourmind-com

Business hotel search, live rates, booking, order management, and payment via TourMind.

answering
X Archive RAG
by mameshivaa

Local-first MCP tools for searching and drafting from your X/Twitter archive.

local only
Hotel Booking AI MCP
by tourmind-com

Consumer hotel search, live rates, booking, order management, and payment via TourMind.

11 tools answering
A2asearch MCP
by tadas-github

Search 10,000+ AI agents, MCP servers, and CLI tools via A2ASearch from any MCP client.

1 080 installs/wk local only
Remote OpenClaw
by aidevelopers2

Search 13,870+ MCP servers, 4,384+ agent skills, and plugins from your terminal or agent.

47 installs/wk local only
Flomo MCP
by plidezus

Connect AI to your flomo notes. Search, create, edit notes and manage tags via MCP.

answering

Clishop — questions

Answers built from our own checks of this server.

Why is there no uptime for Clishop?
Clishop 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 clishop was installed 90 times last week.
How do I connect Clishop?
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 clishop straight from npm; nothing to host, nothing to sign up for.
How many people use Clishop?
The npm package clishop was installed 90 times in the last week. Week over week that is -59%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Clishop open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.