Odel
CLISHOP

CLISHOP

Local
@davooxbv22TypeScriptMITUpdated 5mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmclishopv0.2.1

Run

npx -y clishop

MCP client config

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