← Index

io.github.StefDCL/clishop

io.github.StefDCL/clishop·v0.2.1·Search
Quality Score
77
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "clishop": {
      "command": "npx",
      "args": [
        "-y",
        "clishop"
      ],
      "env": {
        "CLISHOP_API_KEY": "<your-clishop_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "clishop": {
      "command": "npx",
      "args": [
        "-y",
        "clishop"
      ],
      "env": {
        "CLISHOP_API_KEY": "<your-clishop_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y clishop
§02  Environment variables
CLISHOP_API_KEY
requiredsecret

CLISHOP API key for authentication

§03  MCP Quality Score  ·  methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search