AgentHubAgentHub

clishop

MCP ServerMCP Registry官方收录

io.github.StefDCL/clishop · v0.2.1

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

概览

clishop 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "clishop": {
      "command": "npx",
      "args": [
        "-y",
        "clishop"
      ],
      "env": {
        "CLISHOP_API_KEY": "<CLISHOP_API_KEY>"
      }
    }
  }
}

环境变量

CLISHOP_API_KEY必填secret

CLISHOP API key for authentication

相关资源

统一 Manifest

{
  "id": "io.github.StefDCL/clishop",
  "type": "mcp-server",
  "version": "0.2.1",
  "displayName": "clishop",
  "description": "Order anything from your terminal — search, buy, track, and manage via MCP tools.",
  "repository": {
    "url": "https://github.com/DavooxBv2/CLISHOP",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "clishop",
        "version": "0.2.1",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "CLISHOP_API_KEY",
            "description": "CLISHOP API key for authentication",
            "isRequired": true,
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.StefDCL/clishop",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.StefDCL%2Fclishop/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
clishop — MCP Server 安装与配置 · AgentHub